diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:33:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:04 +0100 |
commit | 5516df0aee8139bdc3ccba6f3f16c084d8ad85ee (patch) | |
tree | 96908e465c7de975a9f0b059540efbf0caa16362 /include/unotools/options.hxx | |
parent | f3dbc6f9011144df3af7f42f0df1895d75140baf (diff) |
loplugin:deletedspecial
Change-Id: I53a088b74b95230aa3842bcac0bb1fd09e39cc12
Diffstat (limited to 'include/unotools/options.hxx')
-rw-r--r-- | include/unotools/options.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/options.hxx b/include/unotools/options.hxx index a176aaf1c413..6c3390c2e4ca 100644 --- a/include/unotools/options.hxx +++ b/include/unotools/options.hxx @@ -81,8 +81,8 @@ public: virtual ~Options() = 0; private: - UNOTOOLS_DLLPRIVATE Options(Options &); // not defined - UNOTOOLS_DLLPRIVATE void operator =(Options &); // not defined + Options(Options &) SAL_DELETED_FUNCTION; + void operator =(Options &) SAL_DELETED_FUNCTION; protected: virtual void ConfigurationChanged( ::utl::ConfigurationBroadcaster* p, sal_uInt32 nHint=0 ) SAL_OVERRIDE; |