diff options
Diffstat (limited to 'starmath/inc/document.hxx')
-rw-r--r-- | starmath/inc/document.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index 6041e304e2ad..c192ef2fc655 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -161,7 +161,7 @@ public: SfxPrinter *GetPrinter() { GetPrt(); return mpPrinter; } void SetPrinter( SfxPrinter * ); - const OUString GetComment() const; + OUString GetComment() const; // to replace chars that can not be saved with the document... void ReplaceBadChars(); |