summaryrefslogtreecommitdiff
path: root/include/xmloff/XMLTextMasterPageContext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-03 11:45:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-03 13:13:06 +0200
commitd2848c44ec0f9b04a0f9b24653ef0273ae7ace97 (patch)
treed3bcb226d2733362312e6b6fe804b7a2d1f166a7 /include/xmloff/XMLTextMasterPageContext.hxx
parent815afb06b78b8fbf83f6a48b89500fb34dc4b40b (diff)
loplugin:constmethod in xmloff
Change-Id: I79ff1001a3ac8fde10de1ab391772e2bfeb6a314 Reviewed-on: https://gerrit.libreoffice.org/78546 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/XMLTextMasterPageContext.hxx')
-rw-r--r--include/xmloff/XMLTextMasterPageContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/XMLTextMasterPageContext.hxx b/include/xmloff/XMLTextMasterPageContext.hxx
index cda2bb4a77a4..70503a5cc631 100644
--- a/include/xmloff/XMLTextMasterPageContext.hxx
+++ b/include/xmloff/XMLTextMasterPageContext.hxx
@@ -47,7 +47,7 @@ class XMLOFF_DLLPUBLIC XMLTextMasterPageContext : public SvXMLStyleContext
SAL_DLLPRIVATE css::uno::Reference< css::style::XStyle > Create();
protected:
- const css::uno::Reference< css::style::XStyle >& GetStyle() { return xStyle; }
+ const css::uno::Reference< css::style::XStyle >& GetStyle() const { return xStyle; }
public: