diff options
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/db.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/db.hxx b/xmlhelp/source/cxxhelp/provider/db.hxx index fb96ec42b593..a0ee6b88d001 100644 --- a/xmlhelp/source/cxxhelp/provider/db.hxx +++ b/xmlhelp/source/cxxhelp/provider/db.hxx @@ -31,9 +31,8 @@ namespace helpdatafileproxy { { class Noncopyable { - // not implemented - Noncopyable(const Noncopyable&); - void operator=(const Noncopyable&); + Noncopyable(const Noncopyable&) SAL_DELETED_FUNCTION; + void operator=(const Noncopyable&) SAL_DELETED_FUNCTION; protected: Noncopyable() {} ~Noncopyable() {} |