summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-21 20:06:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-22 10:34:00 +0200
commit9082e4df0133cdf13d10dac2a8fa293b4405463b (patch)
tree7b55e53e5a3925a442fc4f98e0bfe925f8fbc380 /sax
parentb1dc8e2379b53c3d57283d43655cf4d51d586ec0 (diff)
loplugin:constmethod in sax
Change-Id: I73e8322107d4c3f8890f6c1d059e4853de489d6e Reviewed-on: https://gerrit.libreoffice.org/77932 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sax')
-rw-r--r--sax/qa/cppunit/xmlimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/qa/cppunit/xmlimport.cxx b/sax/qa/cppunit/xmlimport.cxx
index 79f360dce5da..ff560c2625b0 100644
--- a/sax/qa/cppunit/xmlimport.cxx
+++ b/sax/qa/cppunit/xmlimport.cxx
@@ -86,7 +86,7 @@ private:
public:
TestDocumentHandler() {}
- const OUString & getString() { return m_aStr; }
+ const OUString & getString() const { return m_aStr; }
// XDocumentHandler
virtual void SAL_CALL startDocument() override;