diff options
Diffstat (limited to 'starmath/source/cfgitem.cxx')
-rw-r--r-- | starmath/source/cfgitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx index a94e40cb52ef..043c392346fc 100644 --- a/starmath/source/cfgitem.cxx +++ b/starmath/source/cfgitem.cxx @@ -214,7 +214,7 @@ SmCfgOther::SmCfgOther() SmFontFormat::SmFontFormat() { - aName = OUString( FONTNAME_MATH ); + aName = FONTNAME_MATH; nCharSet = RTL_TEXTENCODING_UNICODE; nFamily = FAMILY_DONTKNOW; nPitch = PITCH_DONTKNOW; |