summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyhandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/propertyhandler.hxx')
-rw-r--r--extensions/source/propctrlr/propertyhandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/propertyhandler.hxx b/extensions/source/propctrlr/propertyhandler.hxx
index fd035e90e82a..e3d7975b140c 100644
--- a/extensions/source/propctrlr/propertyhandler.hxx
+++ b/extensions/source/propctrlr/propertyhandler.hxx
@@ -299,8 +299,8 @@ namespace pcr
sal_Int16 impl_getDocumentMeasurementUnit_throw() const;
private:
- PropertyHandler( const PropertyHandler& ) SAL_DELETED_FUNCTION;
- PropertyHandler& operator=( const PropertyHandler& ) SAL_DELETED_FUNCTION;
+ PropertyHandler( const PropertyHandler& ) = delete;
+ PropertyHandler& operator=( const PropertyHandler& ) = delete;
};