summaryrefslogtreecommitdiff
path: root/include/xmloff/prhdlfac.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/prhdlfac.hxx')
-rw-r--r--include/xmloff/prhdlfac.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/prhdlfac.hxx b/include/xmloff/prhdlfac.hxx
index e5d608c8cf37..515a69cfbfe7 100644
--- a/include/xmloff/prhdlfac.hxx
+++ b/include/xmloff/prhdlfac.hxx
@@ -41,8 +41,8 @@ class XMLOFF_DLLPUBLIC XMLPropertyHandlerFactory : public salhelper::SimpleRefer
struct Impl;
Impl* mpImpl;
- XMLPropertyHandlerFactory( const XMLPropertyHandlerFactory& ) SAL_DELETED_FUNCTION;
- XMLPropertyHandlerFactory& operator= ( const XMLPropertyHandlerFactory& ) SAL_DELETED_FUNCTION;
+ XMLPropertyHandlerFactory( const XMLPropertyHandlerFactory& ) = delete;
+ XMLPropertyHandlerFactory& operator= ( const XMLPropertyHandlerFactory& ) = delete;
public:
XMLPropertyHandlerFactory();