summaryrefslogtreecommitdiffstats
path: root/include/unotools/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/options.hxx')
-rw-r--r--include/unotools/options.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/options.hxx b/include/unotools/options.hxx
index 6c3390c2e4ca..3022f433b435 100644
--- a/include/unotools/options.hxx
+++ b/include/unotools/options.hxx
@@ -81,8 +81,8 @@ public:
virtual ~Options() = 0;
private:
- Options(Options &) SAL_DELETED_FUNCTION;
- void operator =(Options &) SAL_DELETED_FUNCTION;
+ Options(Options &) = delete;
+ void operator =(Options &) = delete;
protected:
virtual void ConfigurationChanged( ::utl::ConfigurationBroadcaster* p, sal_uInt32 nHint=0 ) SAL_OVERRIDE;