summaryrefslogtreecommitdiffstats
path: root/include/comphelper/componentmodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/componentmodule.hxx')
-rw-r--r--include/comphelper/componentmodule.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/componentmodule.hxx b/include/comphelper/componentmodule.hxx
index 024d9b63f551..172b0b2c0072 100644
--- a/include/comphelper/componentmodule.hxx
+++ b/include/comphelper/componentmodule.hxx
@@ -162,8 +162,8 @@ namespace comphelper
virtual void onLastClient();
private:
- OModule( const OModule& ) SAL_DELETED_FUNCTION;
- OModule& operator=( const OModule& ) SAL_DELETED_FUNCTION;
+ OModule( const OModule& ) = delete;
+ OModule& operator=( const OModule& ) = delete;
};