summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-06-06 19:36:09 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-06-06 19:58:44 +0200
commitd420c713f25b619e64be59d1310300692d0a1638 (patch)
treeeecf2f2cf8f7fd541b718cdb9f0191b833ffc1d0 /sw
parent81b23a2aad0ab1a72cc292f1b3fca663363c4fee (diff)
OpenSymbol is a symbol font
Change-Id: I2489b836950db63f5f53f8a272970b7769c29282
Diffstat (limited to 'sw')
-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>& )