summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/content.cxx')
-rw-r--r--ucbhelper/source/client/content.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index a384a5e7e0e2..54363ef8f97b 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -1298,8 +1298,7 @@ Reference< XCommandProcessor > Content_Impl::getCommandProcessor()
osl::MutexGuard aGuard( m_aMutex );
if ( !m_xCommandProcessor.is() )
- m_xCommandProcessor
- = Reference< XCommandProcessor >( getContent(), UNO_QUERY );
+ m_xCommandProcessor.set( getContent(), UNO_QUERY );
}
return m_xCommandProcessor;