summaryrefslogtreecommitdiff
path: root/configmgr/source/partial.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/partial.hxx')
-rw-r--r--configmgr/source/partial.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/partial.hxx b/configmgr/source/partial.hxx
index d9864a6f4841..e7641e2c974b 100644
--- a/configmgr/source/partial.hxx
+++ b/configmgr/source/partial.hxx
@@ -43,8 +43,8 @@ public:
Containment contains(Path const & path) const;
private:
- Partial(const Partial&) SAL_DELETED_FUNCTION;
- Partial& operator=(const Partial&) SAL_DELETED_FUNCTION;
+ Partial(const Partial&) = delete;
+ Partial& operator=(const Partial&) = delete;
struct Node {
typedef boost::unordered_map< OUString, Node, OUStringHash > Children;