summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/doc/number.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/doc/number.cxx b/sw/source/core/doc/number.cxx
index e028eb2ac108..9e5be223699a 100644
--- a/sw/source/core/doc/number.cxx
+++ b/sw/source/core/doc/number.cxx
@@ -1278,6 +1278,7 @@ namespace numfunc
mpFont = new Font( msFontname, aEmptyStr, Size( 0, 14 ) );
mpFont->SetWeight( meFontWeight );
mpFont->SetItalic( meFontItalic );
+ mpFont->SetCharSet( RTL_TEXTENCODING_SYMBOL );
}
void SwDefBulletConfig::Notify( const uno::Sequence<OUString>& )