summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/contentbroker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/contentbroker.cxx')
-rw-r--r--ucbhelper/source/client/contentbroker.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucbhelper/source/client/contentbroker.cxx b/ucbhelper/source/client/contentbroker.cxx
index cc5f6f8280e0..283872b14776 100644
--- a/ucbhelper/source/client/contentbroker.cxx
+++ b/ucbhelper/source/client/contentbroker.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -258,10 +258,10 @@ ContentBroker* ContentBroker::get()
ContentBroker_Impl::~ContentBroker_Impl()
{
- Reference< XComponent > xComponent( m_xProvider, UNO_QUERY );
+ Reference< XComponent > xComponent( m_xProvider, UNO_QUERY );
if ( xComponent.is() )
{
- m_xIdFac = 0;
+ m_xIdFac = 0;
m_xProvider = 0;
m_xProviderMgr = 0;