[Libreoffice-commits] core.git: sw/source
LuboÅ¡ LuÅák
l.lunak at suse.cz
Thu Jun 6 10:49:54 PDT 2013
sw/source/core/doc/number.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 44c133ef996e32ebdfc9560bcf14b0cd77196a9e
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Thu Jun 6 19:36:09 2013 +0200
OpenSymbol is a symbol font
Change-Id: I2489b836950db63f5f53f8a272970b7769c29282
diff --git a/sw/source/core/doc/number.cxx b/sw/source/core/doc/number.cxx
index e028eb2..9e5be22 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>& )
More information about the Libreoffice-commits
mailing list