Index: openoffice.org.orig/sw/source/core/doc/number.cxx =================================================================== RCS file: /cvs/sw/sw/source/core/doc/number.cxx,v --- openoffice.org.orig/sw/source/core/doc/number.cxx 8 Nov 2005 17:17:38 -0000 1.32 +++ openoffice.org.orig/sw/source/core/doc/number.cxx 3 Jan 2006 17:19:09 -0000 @@ -986,8 +986,8 @@ void SwNumRule::Indent(short nAmount, in sal_Unicode GetBulletChar(BYTE nLevel) { static sal_Unicode nLevelChars[MAXLEVEL] = - { 0x25cf, 0x25cb, 0x25a0, 0x25cf, 0x25cb, - 0x25a0, 0x25cf, 0x25cb, 0x25a0, 0x25cf }; + { 0x25cf, 0xe572, 0x25a0, 0x25cf, 0xe572, + 0x25a0, 0x25cf, 0xe572, 0x25a0, 0x25cf }; if (nLevel > MAXLEVEL) nLevel = MAXLEVEL;