summaryrefslogtreecommitdiff
path: root/include/salhelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-04-12 09:53:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-12 12:24:28 +0200
commit5dd762ddc1829a86e7b4e23076143bc01d6073ad (patch)
tree90ac69d1bab369bc054ac84ede13ec3c87075642 /include/salhelper
parent9bd372218dfea3fb70d503d7532ee2b144ada136 (diff)
hold MetaAction by rtl::Reference
instead of yet another private implementation of manual reference counting Change-Id: Iefb1d2e595e45a2dfdc3be54e1c51b64afeaf9d8 Reviewed-on: https://gerrit.libreoffice.org/52753 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/salhelper')
-rw-r--r--include/salhelper/simplereferenceobject.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/salhelper/simplereferenceobject.hxx b/include/salhelper/simplereferenceobject.hxx
index 662c31a72350..d8f86f52d00a 100644
--- a/include/salhelper/simplereferenceobject.hxx
+++ b/include/salhelper/simplereferenceobject.hxx
@@ -91,9 +91,9 @@ public:
protected:
virtual ~SimpleReferenceObject() COVERITY_NOEXCEPT_FALSE;
-private:
oslInterlockedCount m_nCount;
+private:
/** not implemented
*/
SimpleReferenceObject(SimpleReferenceObject &) SAL_DELETED_FUNCTION;