diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:23:39 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:00 +0100 |
commit | 6a161173803a4ba619a95b9c8da1f00e376819bb (patch) | |
tree | 7994105fc88f709a34822681c7dc57471adaf60b /oox | |
parent | e59c048e1172998efe363f8e51932f15a44c5405 (diff) |
loplugin:deletedspecial
Change-Id: I37eb6c976779aeec829d312920ab1d18884c0f2f
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/shape/ShapeContextHandler.hxx | 4 |
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; |