summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper/implpolypolygon.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:10:50 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:35:57 +0100
commitb13b01a2bca7b7c69a8fcf9e5ef7f209df99e4ad (patch)
tree166c9424a543318673d397a25cba158afa9b0757 /cppcanvas/source/wrapper/implpolypolygon.hxx
parentc6be3cf03b0c48fba99e785f18a61c798d3bb5be (diff)
loplugin:deletedspecial
Change-Id: I988d7cdfa048a3b093ebc34f9016ac42440daa4b
Diffstat (limited to 'cppcanvas/source/wrapper/implpolypolygon.hxx')
-rw-r--r--cppcanvas/source/wrapper/implpolypolygon.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/cppcanvas/source/wrapper/implpolypolygon.hxx b/cppcanvas/source/wrapper/implpolypolygon.hxx
index b685bdcf7706..16cd744a0e8d 100644
--- a/cppcanvas/source/wrapper/implpolypolygon.hxx
+++ b/cppcanvas/source/wrapper/implpolypolygon.hxx
@@ -65,9 +65,8 @@ namespace cppcanvas
::com::sun::star::rendering::XPolyPolygon2D > getUNOPolyPolygon() const SAL_OVERRIDE;
private:
- // default: disabled copy/assignment
- ImplPolyPolygon(const ImplPolyPolygon&);
- ImplPolyPolygon& operator= ( const ImplPolyPolygon& );
+ ImplPolyPolygon(const ImplPolyPolygon&) SAL_DELETED_FUNCTION;
+ ImplPolyPolygon& operator= ( const ImplPolyPolygon& ) SAL_DELETED_FUNCTION;
const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > mxPolyPoly;