diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:28:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:02 +0100 |
commit | 68adf20e1e89d6e19e8122b600c0fb675eaebdbd (patch) | |
tree | 19e09bef0cd43236230e79fc8acbb79fa0b13a78 /include/sfx2/docfac.hxx | |
parent | b48874cd54deaacd858f9eaf0557d2b01bc25806 (diff) |
loplugin:deletedspecial
Change-Id: Ib9e704c3b27dad81eea44583c99ecdbc5449dd13
Diffstat (limited to 'include/sfx2/docfac.hxx')
-rw-r--r-- | include/sfx2/docfac.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sfx2/docfac.hxx b/include/sfx2/docfac.hxx index e31690779926..509de0f24464 100644 --- a/include/sfx2/docfac.hxx +++ b/include/sfx2/docfac.hxx @@ -85,9 +85,8 @@ public: SAL_DLLPRIVATE sal_uInt16 GetViewNo_Impl( const sal_uInt16 i_nViewId, const sal_uInt16 i_nFallback ) const; private: - // Kopieren verboten - SAL_DLLPRIVATE SfxObjectFactory(const SfxObjectFactory&); - SAL_DLLPRIVATE const SfxObjectFactory& operator=(const SfxObjectFactory &); + SfxObjectFactory(const SfxObjectFactory&) SAL_DELETED_FUNCTION; + const SfxObjectFactory& operator=(const SfxObjectFactory &) SAL_DELETED_FUNCTION; }; #define SFX_DECL_OBJECTFACTORY() \ |