summaryrefslogtreecommitdiff
path: root/forms/source/richtext/specialdispatchers.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/specialdispatchers.cxx')
-rw-r--r--forms/source/richtext/specialdispatchers.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/forms/source/richtext/specialdispatchers.cxx b/forms/source/richtext/specialdispatchers.cxx
index 78832fc9197a..10cf4db23a43 100644
--- a/forms/source/richtext/specialdispatchers.cxx
+++ b/forms/source/richtext/specialdispatchers.cxx
@@ -23,10 +23,10 @@
#include <svx/svxids.hrc>
#include <editeng/scriptspaceitem.hxx>
-//........................................................................
+
namespace frm
{
-//........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
@@ -34,9 +34,9 @@ namespace frm
using namespace ::com::sun::star::frame;
using namespace ::com::sun::star::beans;
- //====================================================================
+
//= OSelectAllDispatcher
- //====================================================================
+
OSelectAllDispatcher::OSelectAllDispatcher( EditView& _rView, const URL& _rURL )
:ORichTextFeatureDispatcher( _rView, _rURL )
@@ -86,9 +86,9 @@ namespace frm
return aEvent;
}
- //====================================================================
+
//= OParagraphDirectionDispatcher
- //====================================================================
+
OParagraphDirectionDispatcher::OParagraphDirectionDispatcher( EditView& _rView, AttributeId _nAttributeId, const URL& _rURL,
IMultiAttributeDispatcher* _pMasterDispatcher )
@@ -109,9 +109,9 @@ namespace frm
return aEvent;
}
- //====================================================================
+
//= OTextDirectionDispatcher
- //====================================================================
+
OTextDirectionDispatcher::OTextDirectionDispatcher( EditView& _rView, const URL& _rURL )
:ORichTextFeatureDispatcher( _rView, _rURL )
@@ -149,9 +149,9 @@ namespace frm
return aEvent;
}
- //====================================================================
+
//= OAsianFontLayoutDispatcher
- //====================================================================
+
OAsianFontLayoutDispatcher::OAsianFontLayoutDispatcher( EditView& _rView, AttributeId _nAttributeId, const URL& _rURL, IMultiAttributeDispatcher* _pMasterDispatcher )
:OParametrizedAttributeDispatcher( _rView, _nAttributeId, _rURL, _pMasterDispatcher )
@@ -183,8 +183,8 @@ namespace frm
return NULL;
}
-//........................................................................
+
} // namespace frm
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */