summaryrefslogtreecommitdiff
path: root/unotools/source/misc/sharedunocomponent.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:46:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 03:50:41 -0600
commitd722353b4ba363c452fc86be0fa20cad440c4a47 (patch)
treed8d91e763f2b89f6a2694b2d8529d80f0bc86d8d /unotools/source/misc/sharedunocomponent.cxx
parent003342bfef0812454618f860a6e171c282d92d78 (diff)
Remove visual noise from unotools
Change-Id: I1285c4e47ad381934adc3aea6671e7c95d820c39 Reviewed-on: https://gerrit.libreoffice.org/8334 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'unotools/source/misc/sharedunocomponent.cxx')
-rw-r--r--unotools/source/misc/sharedunocomponent.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/unotools/source/misc/sharedunocomponent.cxx b/unotools/source/misc/sharedunocomponent.cxx
index 626a8b5042c9..b4d95ad3d5c4 100644
--- a/unotools/source/misc/sharedunocomponent.cxx
+++ b/unotools/source/misc/sharedunocomponent.cxx
@@ -23,10 +23,10 @@
#include <cppuhelper/implbase1.hxx>
#include <tools/debug.hxx>
-//............................................................................
+
namespace utl
{
-//............................................................................
+
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::Reference;
@@ -39,9 +39,9 @@ namespace utl
using ::com::sun::star::util::XCloseListener;
using ::com::sun::star::util::CloseVetoException;
- //========================================================================
+
//= DisposableComponent
- //========================================================================
+
DisposableComponent::DisposableComponent( const Reference< XInterface >& _rxComponent )
:m_xComponent( _rxComponent, UNO_QUERY )
@@ -66,9 +66,9 @@ namespace utl
}
}
- //========================================================================
+
//= CloseableComponentImpl
- //========================================================================
+
DBG_NAME( CloseableComponentImpl )
typedef ::cppu::WeakImplHelper1 < XCloseListener
> CloseableComponentImpl_Base;
@@ -212,9 +212,9 @@ namespace utl
// same reasoning for this assertion as in ->notifyClosing
}
- //========================================================================
+
//= CloseableComponentImpl
- //========================================================================
+
DBG_NAME( CloseableComponent )
CloseableComponent::CloseableComponent( const Reference< XInterface >& _rxComponent )
@@ -231,8 +231,8 @@ namespace utl
DBG_DTOR( CloseableComponent, NULL );
}
-//............................................................................
+
} // namespace utl
-//............................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */