summaryrefslogtreecommitdiff
path: root/include/registry
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:24:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:00 +0100
commitcd5c0adf811f8b63c312dc48c2790759eb19deeb (patch)
tree5a7aaf73a25ab242b97b3c06838983aae84043f6 /include/registry
parentbe90769d22b1b0dedae7697087001982425862a8 (diff)
loplugin:deletedspecial
Change-Id: I52253f6b925a943edc2984ce4d9462bd1edb5f51
Diffstat (limited to 'include/registry')
-rw-r--r--include/registry/writer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/registry/writer.hxx b/include/registry/writer.hxx
index bbe42cd312c1..f6dced52ffaa 100644
--- a/include/registry/writer.hxx
+++ b/include/registry/writer.hxx
@@ -278,8 +278,8 @@ public:
}
private:
- Writer(Writer &); // not implemented
- void operator =(Writer); // not implemented
+ Writer(Writer &) SAL_DELETED_FUNCTION;
+ void operator =(Writer) SAL_DELETED_FUNCTION;
void * m_handle;
};