summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/componentbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/componentbase.cxx')
-rw-r--r--comphelper/source/misc/componentbase.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/comphelper/source/misc/componentbase.cxx b/comphelper/source/misc/componentbase.cxx
index 0d13cf26f87a..da274feefc5f 100644
--- a/comphelper/source/misc/componentbase.cxx
+++ b/comphelper/source/misc/componentbase.cxx
@@ -23,19 +23,19 @@
#include <com/sun/star/lang/NotInitializedException.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
-//........................................................................
+
namespace comphelper
{
-//........................................................................
+
using ::com::sun::star::lang::NotInitializedException;
using ::com::sun::star::lang::DisposedException;
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
- //====================================================================
+
//= ComponentBase
- //====================================================================
+
void ComponentBase::impl_checkDisposed_throw() const
{
@@ -56,8 +56,8 @@ namespace comphelper
return NULL;
}
-//........................................................................
+
} // namespace comphelper
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */