summaryrefslogtreecommitdiff
path: root/desktop/source/app/officeipcthread.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-10 14:20:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-10 14:53:19 +0100
commit0dcd3c9572f36aa1b19a8898a2378810e6251647 (patch)
tree301dfc167f58a3437f6d05bfe5854c2b01367bb6 /desktop/source/app/officeipcthread.hxx
parent85ecc7d1dd54c20cbfc191ef4f4cf945bb59d267 (diff)
Hold DispatchWatcher by rtl::Reference
Change-Id: I2bdd63c864a5b1486f01907f9598a0c25a0f144d
Diffstat (limited to 'desktop/source/app/officeipcthread.hxx')
-rw-r--r--desktop/source/app/officeipcthread.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx
index e00593dee359..b8770c69fc9a 100644
--- a/desktop/source/app/officeipcthread.hxx
+++ b/desktop/source/app/officeipcthread.hxx
@@ -76,7 +76,7 @@ class OfficeIPCThread : public salhelper::Thread
bool mbDowning;
bool mbRequestsEnabled;
int mnPendingRequests;
- DispatchWatcher* mpDispatchWatcher;
+ rtl::Reference<DispatchWatcher> mpDispatchWatcher;
/* condition to be set when the request has been processed */
::osl::Condition cProcessed;