summaryrefslogtreecommitdiff
path: root/starmath/inc/document.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/document.hxx')
-rw-r--r--starmath/inc/document.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx
index b5a561d0f85a..08c80509179d 100644
--- a/starmath/inc/document.hxx
+++ b/starmath/inc/document.hxx
@@ -185,8 +185,8 @@ public:
sal_Bool ReplaceBadChars();
void UpdateText();
- void SetText(const String& rBuffer);
- String& GetText() { return (aText); }
+ void SetText(const OUString& rBuffer);
+ OUString GetText() { return (OUString(aText)); }
void SetFormat(SmFormat& rFormat);
const SmFormat& GetFormat() { return (aFormat); }