summaryrefslogtreecommitdiff
path: root/starmath/source/document.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/document.cxx')
-rw-r--r--starmath/source/document.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index cd4575596641..2aa4b8213d8a 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -1246,7 +1246,7 @@ void SmDocShell::GetState(SfxItemSet &rSet)
sal_Unicode cMod = ' ';
if (IsModified())
cMod = '*';
- rSet.Put(SfxStringItem(SID_MODIFYSTATUS, String(cMod)));
+ rSet.Put(SfxStringItem(SID_MODIFYSTATUS, rtl::OUString(cMod)));
}
break;