summaryrefslogtreecommitdiffstats
path: root/include/xmloff/shapeimport.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/shapeimport.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/shapeimport.hxx')
-rw-r--r--include/xmloff/shapeimport.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx
index 0bf3999dcb9e..1d05c691018f 100644
--- a/include/xmloff/shapeimport.hxx
+++ b/include/xmloff/shapeimport.hxx
@@ -147,9 +147,9 @@ public:
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList);
virtual ~SdXML3DLightContext() override;
- sal_Int32 GetDiffuseColor() { return maDiffuseColor; }
- const ::basegfx::B3DVector& GetDirection() { return maDirection; }
- bool GetEnabled() { return mbEnabled; }
+ sal_Int32 GetDiffuseColor() const { return maDiffuseColor; }
+ const ::basegfx::B3DVector& GetDirection() const { return maDirection; }
+ bool GetEnabled() const { return mbEnabled; }
};
@@ -353,7 +353,7 @@ public:
bool IsHandleProgressBarEnabled() const;
/** queries the capability of the current model to create presentation shapes */
- bool IsPresentationShapesSupported();
+ bool IsPresentationShapesSupported() const;
XMLSdPropHdlFactory* GetSdPropHdlFactory() const { return mpSdPropHdlFactory.get(); }