summaryrefslogtreecommitdiffstats
path: root/include/xmloff/SchXMLImportHelper.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/SchXMLImportHelper.hxx
parentindicate that SmEditAccessible is editable (diff)
downloadcore-d2848c44ec0f9b04a0f9b24653ef0273ae7ace97.tar.gz
core-d2848c44ec0f9b04a0f9b24653ef0273ae7ace97.zip
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/SchXMLImportHelper.hxx')
-rw-r--r--include/xmloff/SchXMLImportHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/SchXMLImportHelper.hxx b/include/xmloff/SchXMLImportHelper.hxx
index e6ffd80f543f..eff5af9dfd2a 100644
--- a/include/xmloff/SchXMLImportHelper.hxx
+++ b/include/xmloff/SchXMLImportHelper.hxx
@@ -96,7 +96,7 @@ public:
/// Fill in the autostyle.
void FillAutoStyle(const OUString& rAutoStyleName, const css::uno::Reference<css::beans::XPropertySet>& rProp);
- const css::uno::Reference< css::chart::XChartDocument >& GetChartDocument()
+ const css::uno::Reference< css::chart::XChartDocument >& GetChartDocument() const
{ return mxChartDoc; }
const SvXMLTokenMap& GetDocElemTokenMap();