summaryrefslogtreecommitdiff
path: root/starmath/inc/document.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-24 20:32:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-24 22:11:31 +0200
commitef2e9c91d0a0483c19d0175c1b0ccb24d3f6bfbc (patch)
tree779c4ac095d4a8c7ed7bb1f1ae623c2cb69e6004 /starmath/inc/document.hxx
parente0adee8341e89d478511d7b3e784941f2fd9b504 (diff)
loplugin:returnconstval in sd..starmath
Change-Id: Ib14f0ebef1c48a00ed09be70cb5885ccd07db762 Reviewed-on: https://gerrit.libreoffice.org/78060 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc/document.hxx')
-rw-r--r--starmath/inc/document.hxx2
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();