summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/accessibleeventnotifier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/accessibleeventnotifier.cxx')
-rw-r--r--comphelper/source/misc/accessibleeventnotifier.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/comphelper/source/misc/accessibleeventnotifier.cxx b/comphelper/source/misc/accessibleeventnotifier.cxx
index 97187c3fb1c4..9f9c90df6750 100644
--- a/comphelper/source/misc/accessibleeventnotifier.cxx
+++ b/comphelper/source/misc/accessibleeventnotifier.cxx
@@ -31,9 +31,9 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::accessibility;
using namespace ::comphelper;
-//=====================================================================
+
//= AccessibleEventNotifier
-//=====================================================================
+
namespace
{
@@ -143,10 +143,10 @@ namespace
}
}
-//.........................................................................
+
namespace comphelper
{
-//.........................................................................
+
AccessibleEventNotifier::TClientId AccessibleEventNotifier::registerClient( )
@@ -293,8 +293,8 @@ namespace comphelper
}
}
-//.........................................................................
+
} // namespace comphelper
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */