summaryrefslogtreecommitdiff
path: root/include/sfx2/Metadatable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/Metadatable.hxx')
-rw-r--r--include/sfx2/Metadatable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/Metadatable.hxx b/include/sfx2/Metadatable.hxx
index 0cd51ecf163d..fa265a34a331 100644
--- a/include/sfx2/Metadatable.hxx
+++ b/include/sfx2/Metadatable.hxx
@@ -120,8 +120,8 @@ public:
::com::sun::star::rdf::XMetadatable > MakeUnoObject() = 0;
private:
- Metadatable(const Metadatable&) SAL_DELETED_FUNCTION;
- Metadatable& operator=(const Metadatable&) SAL_DELETED_FUNCTION;
+ Metadatable(const Metadatable&) = delete;
+ Metadatable& operator=(const Metadatable&) = delete;
friend class MetadatableClipboard;
friend class MetadatableUndo;