summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:34:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:05 +0100
commit61fe89e0b5a327a325284967782e9bbee5ca903a (patch)
tree8cea63a48b83ef0b2ef017a22c8499a15c4a7290 /xmlhelp
parent61c50286fa2b6cf455bbd067ed6e8a31105b5475 (diff)
loplugin:deletedspecial
Change-Id: I035d584af8a802d08dd4e50070b4d290210e20b6
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/db.hxx5
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() {}