summaryrefslogtreecommitdiff
path: root/starmath/source/smdll.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/smdll.cxx')
-rw-r--r--starmath/source/smdll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/smdll.cxx b/starmath/source/smdll.cxx
index cc585af6323e..c2e4d5e75aee 100644
--- a/starmath/source/smdll.cxx
+++ b/starmath/source/smdll.cxx
@@ -65,7 +65,7 @@ namespace
SmModule *pModule = new SmModule( &rFactory );
*ppShlPtr = pModule;
- rFactory.SetDocumentServiceName( String::CreateFromAscii("com.sun.star.formula.FormulaProperties") );
+ rFactory.SetDocumentServiceName( rtl::OUString("com.sun.star.formula.FormulaProperties") );
SmModule::RegisterInterface(pModule);
SmDocShell::RegisterInterface(pModule);