summaryrefslogtreecommitdiffstats
path: root/connectivity/source/cpool/ZPoolCollection.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:10:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:35:57 +0100
commitc6be3cf03b0c48fba99e785f18a61c798d3bb5be (patch)
tree730dd88f050e43977cb43e8318dc77141a996d98 /connectivity/source/cpool/ZPoolCollection.hxx
parentloplugin:deletedspecial (diff)
downloadcore-c6be3cf03b0c48fba99e785f18a61c798d3bb5be.tar.gz
core-c6be3cf03b0c48fba99e785f18a61c798d3bb5be.zip
loplugin:deletedspecial
Change-Id: I0faa47383f8952a74742a640ab2af602b4fcba8f
Diffstat (limited to 'connectivity/source/cpool/ZPoolCollection.hxx')
-rw-r--r--connectivity/source/cpool/ZPoolCollection.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/connectivity/source/cpool/ZPoolCollection.hxx b/connectivity/source/cpool/ZPoolCollection.hxx
index c4f222680cc8..a8c55c0b17d6 100644
--- a/connectivity/source/cpool/ZPoolCollection.hxx
+++ b/connectivity/source/cpool/ZPoolCollection.hxx
@@ -77,9 +77,8 @@ namespace connectivity
::com::sun::star::uno::Reference< ::com::sun::star::frame::XDesktop2> m_xDesktop;
private:
- OPoolCollection(); // never implemented
- OPoolCollection(const OPoolCollection&); // never implemented
- int operator= (const OPoolCollection&); // never implemented
+ OPoolCollection(const OPoolCollection&) SAL_DELETED_FUNCTION;
+ int operator= (const OPoolCollection&) SAL_DELETED_FUNCTION;
OPoolCollection(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext);