summaryrefslogtreecommitdiffstats
path: root/include/tools/config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/config.hxx')
-rw-r--r--include/tools/config.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/config.hxx b/include/tools/config.hxx
index 772c1c7da8f9..f6014f24fd81 100644
--- a/include/tools/config.hxx
+++ b/include/tools/config.hxx
@@ -61,8 +61,8 @@ public:
void Flush();
private:
- Config( const Config& rConfig ) SAL_DELETED_FUNCTION;
- Config& operator = ( const Config& rConfig ) SAL_DELETED_FUNCTION;
+ Config( const Config& rConfig ) = delete;
+ Config& operator = ( const Config& rConfig ) = delete;
};
#endif