summaryrefslogtreecommitdiffstats
path: root/include/xmloff/XMLTextMasterPageContext.hxx
diff options
context:
space:
mode:
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: