summaryrefslogtreecommitdiff
path: root/starmath/source/smmod.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/smmod.cxx')
-rw-r--r--starmath/source/smmod.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx
index 8c33c1af06fa..8fd26f90959e 100644
--- a/starmath/source/smmod.cxx
+++ b/starmath/source/smmod.cxx
@@ -226,7 +226,7 @@ SmModule::SmModule(SfxObjectFactory* pObjFact) :
pSysLocale( 0 ),
pVirtualDev( 0 )
{
- SetName(rtl::OUString("StarMath"));
+ SetName(OUString("StarMath"));
SvxModifyControl::RegisterControl(SID_DOC_MODIFIED, this);
}