summaryrefslogtreecommitdiffstats
path: root/include/sot/factory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/factory.hxx')
-rw-r--r--include/sot/factory.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sot/factory.hxx b/include/sot/factory.hxx
index 659dae88214c..03bdea2b4d11 100644
--- a/include/sot/factory.hxx
+++ b/include/sot/factory.hxx
@@ -56,8 +56,8 @@ public:
bool Is( const SotFactory * pSuperClass ) const;
private:
- SotFactory( const SotFactory & ) SAL_DELETED_FUNCTION;
- SotFactory & operator = ( const SotFactory & ) SAL_DELETED_FUNCTION;
+ SotFactory( const SotFactory & ) = delete;
+ SotFactory & operator = ( const SotFactory & ) = delete;
};
#endif // _FACTORY_HXX