summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyhandler.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:13:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:35:58 +0100
commit6b365a156e467eb90101986c63c4f5e458a0e8c2 (patch)
tree11884c10d3797abb387487c62189ffafe99b8ac7 /extensions/source/propctrlr/propertyhandler.hxx
parent5efac16be63274ff5e578cb3406accf75ae0f174 (diff)
loplugin:deletedspecial
Change-Id: I55b827c4f20c57fcb18f8d6b54e3fdc168baed3f
Diffstat (limited to 'extensions/source/propctrlr/propertyhandler.hxx')
-rw-r--r--extensions/source/propctrlr/propertyhandler.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/propertyhandler.hxx b/extensions/source/propctrlr/propertyhandler.hxx
index 2b1ebcd42fa9..ba4b8410a66f 100644
--- a/extensions/source/propctrlr/propertyhandler.hxx
+++ b/extensions/source/propctrlr/propertyhandler.hxx
@@ -299,9 +299,8 @@ namespace pcr
sal_Int16 impl_getDocumentMeasurementUnit_throw() const;
private:
- PropertyHandler(); // never implemented
- PropertyHandler( const PropertyHandler& ); // never implemented
- PropertyHandler& operator=( const PropertyHandler& ); // never implemented
+ PropertyHandler( const PropertyHandler& ) SAL_DELETED_FUNCTION;
+ PropertyHandler& operator=( const PropertyHandler& ) SAL_DELETED_FUNCTION;
};