summaryrefslogtreecommitdiff
path: root/forms/source/richtext/featuredispatcher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/featuredispatcher.cxx')
-rw-r--r--forms/source/richtext/featuredispatcher.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/richtext/featuredispatcher.cxx b/forms/source/richtext/featuredispatcher.cxx
index 31c901373181..7c018bc0db2e 100644
--- a/forms/source/richtext/featuredispatcher.cxx
+++ b/forms/source/richtext/featuredispatcher.cxx
@@ -19,19 +19,19 @@
#include "featuredispatcher.hxx"
-//........................................................................
+
namespace frm
{
-//........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::frame;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::util;
- //====================================================================
+
//= ORichTextFeatureDispatcher
- //====================================================================
+
ORichTextFeatureDispatcher::ORichTextFeatureDispatcher( EditView& _rView, const URL& _rURL )
:m_aFeatureURL( _rURL )
@@ -139,8 +139,8 @@ namespace frm
}
}
-//........................................................................
+
} // namespace frm
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */