summaryrefslogtreecommitdiff
path: root/svx/source/form/formdispatchinterceptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/formdispatchinterceptor.cxx')
-rw-r--r--svx/source/form/formdispatchinterceptor.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/form/formdispatchinterceptor.cxx b/svx/source/form/formdispatchinterceptor.cxx
index 79a2aa1c490f..4ad42eca158c 100644
--- a/svx/source/form/formdispatchinterceptor.cxx
+++ b/svx/source/form/formdispatchinterceptor.cxx
@@ -21,10 +21,10 @@
#include <tools/debug.hxx>
-//........................................................................
+
namespace svxform
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
@@ -46,9 +46,9 @@ namespace svxform
using ::com::sun::star::frame::XDispatchProvider;
using ::com::sun::star::lang::EventObject;
- //========================================================================
+
//= DispatchInterceptionMultiplexer
- //========================================================================
+
DBG_NAME(DispatchInterceptionMultiplexer)
@@ -194,8 +194,8 @@ namespace svxform
}
}
-//........................................................................
+
} // namespace svxform
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */