summaryrefslogtreecommitdiffstats
path: root/include/xmloff/shapeimport.hxx
diff options
context:
space:
mode:
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(); }