summaryrefslogtreecommitdiff
path: root/oox/source/shape/ShapeContextHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/shape/ShapeContextHandler.hxx')
-rw-r--r--oox/source/shape/ShapeContextHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/shape/ShapeContextHandler.hxx b/oox/source/shape/ShapeContextHandler.hxx
index d2a4c546b184..7697e2a6c4a8 100644
--- a/oox/source/shape/ShapeContextHandler.hxx
+++ b/oox/source/shape/ShapeContextHandler.hxx
@@ -139,8 +139,8 @@ public:
virtual void SAL_CALL setPosition(const css::awt::Point& rPosition) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- ShapeContextHandler(ShapeContextHandler &); // not defined
- void operator =(ShapeContextHandler &); // not defined
+ ShapeContextHandler(ShapeContextHandler &) SAL_DELETED_FUNCTION;
+ void operator =(ShapeContextHandler &) SAL_DELETED_FUNCTION;
::sal_uInt32 mnStartToken;
css::awt::Point maPosition;