summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper/implcustomsprite.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/wrapper/implcustomsprite.hxx')
-rw-r--r--cppcanvas/source/wrapper/implcustomsprite.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/cppcanvas/source/wrapper/implcustomsprite.hxx b/cppcanvas/source/wrapper/implcustomsprite.hxx
index 19187de4620e..8720a9f46ca7 100644
--- a/cppcanvas/source/wrapper/implcustomsprite.hxx
+++ b/cppcanvas/source/wrapper/implcustomsprite.hxx
@@ -48,9 +48,8 @@ namespace cppcanvas
virtual CanvasSharedPtr getContentCanvas() const SAL_OVERRIDE;
private:
- // default: disabled copy/assignment
- ImplCustomSprite(const ImplCustomSprite&);
- ImplCustomSprite& operator=( const ImplCustomSprite& );
+ ImplCustomSprite(const ImplCustomSprite&) SAL_DELETED_FUNCTION;
+ ImplCustomSprite& operator=( const ImplCustomSprite& ) SAL_DELETED_FUNCTION;
mutable CanvasSharedPtr mpLastCanvas;
const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCustomSprite > mxCustomSprite;