summaryrefslogtreecommitdiff
path: root/include/osl/diagnose.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:26:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:01 +0100
commit4a2f64620370587161b5437069c2f1d9f3d702d1 (patch)
tree5dac0ae9aaff806b9abe5c120d964abb4c360bed /include/osl/diagnose.hxx
parent034f2e1a2ace6c05e0a9fde192f4929303754544 (diff)
loplugin:deletedspecial
Change-Id: I646d55ee80ceeefbb3647ec64278460cc5af579f
Diffstat (limited to 'include/osl/diagnose.hxx')
-rw-r--r--include/osl/diagnose.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/osl/diagnose.hxx b/include/osl/diagnose.hxx
index e93573a49425..577b07c91d83 100644
--- a/include/osl/diagnose.hxx
+++ b/include/osl/diagnose.hxx
@@ -136,9 +136,8 @@ public:
}
private:
- // not impl:
- ObjectRegistry( ObjectRegistry const& );
- ObjectRegistry const& operator=( ObjectRegistry const& );
+ ObjectRegistry( ObjectRegistry const& ) SAL_DELETED_FUNCTION;
+ ObjectRegistry const& operator=( ObjectRegistry const& ) SAL_DELETED_FUNCTION;
ObjectRegistryData m_data;
};