diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-13 15:08:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-13 15:58:08 +0100 |
commit | e956803c8fbd8d432b860a55c3ba8399bcd03361 (patch) | |
tree | d24266c76a6457ee0cfe692418718d322b51990d /desktop/source/app/officeipcthread.hxx | |
parent | cc9329c52c8327f0d8b52162755959bac9364265 (diff) |
Reduce scope of OfficeIPCThread::maStreamPipe
(Also, its destructor will close it when it goes out of scope.)
Change-Id: Iaa9bebce3c0bda780f4c80c193ce619c2e6d5768
Diffstat (limited to 'desktop/source/app/officeipcthread.hxx')
-rw-r--r-- | desktop/source/app/officeipcthread.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx index 3dd7eac5197c..c07da3d9ce63 100644 --- a/desktop/source/app/officeipcthread.hxx +++ b/desktop/source/app/officeipcthread.hxx @@ -72,7 +72,6 @@ class OfficeIPCThread : public salhelper::Thread static rtl::Reference< OfficeIPCThread > pGlobalOfficeIPCThread; osl::Pipe maPipe; - osl::StreamPipe maStreamPipe; rtl::OUString maPipeIdent; bool mbDowning; bool mbRequestsEnabled; |