diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:09:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:35:56 +0100 |
commit | 4d79146adf941236d9fd2aeeff5cd291ec44d77e (patch) | |
tree | 12e06b47244ca8ff41517fe5507bacdb726834c5 /codemaker/source/cppumaker/includes.hxx | |
parent | 5b736d96ba96d9b40a90188b334c6014d349bdf6 (diff) |
loplugin:deletedspecial
Change-Id: Ice7788ebcfbc638ec21a824c4267757218c14478
Diffstat (limited to 'codemaker/source/cppumaker/includes.hxx')
-rw-r--r-- | codemaker/source/cppumaker/includes.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/includes.hxx b/codemaker/source/cppumaker/includes.hxx index 0eb5ccaf8006..6618553e7d11 100644 --- a/codemaker/source/cppumaker/includes.hxx +++ b/codemaker/source/cppumaker/includes.hxx @@ -67,8 +67,8 @@ public: FileStream & out, OString const & entityName, bool hpp); private: - Includes(Includes &); // not implemented - void operator =(const Includes&); // not implemented; + Includes(Includes &) SAL_DELETED_FUNCTION; + void operator =(const Includes&) SAL_DELETED_FUNCTION; bool isInterfaceType(OString const & entityName) const; |