summaryrefslogtreecommitdiff
path: root/forms/source/richtext/specialdispatchers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/specialdispatchers.hxx')
-rw-r--r--forms/source/richtext/specialdispatchers.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/forms/source/richtext/specialdispatchers.hxx b/forms/source/richtext/specialdispatchers.hxx
index 57b87c5d0cfc..7683e3ba432f 100644
--- a/forms/source/richtext/specialdispatchers.hxx
+++ b/forms/source/richtext/specialdispatchers.hxx
@@ -22,14 +22,14 @@
#include "parametrizedattributedispatcher.hxx"
-//........................................................................
+
namespace frm
{
-//........................................................................
- //====================================================================
+
+
//= OSelectAllDispatcher
- //====================================================================
+
class OSelectAllDispatcher : public ORichTextFeatureDispatcher
{
public:
@@ -47,9 +47,9 @@ namespace frm
virtual ::com::sun::star::frame::FeatureStateEvent buildStatusEvent() const;
};
- //====================================================================
+
//= OParagraphDirectionDispatcher
- //====================================================================
+
class OParagraphDirectionDispatcher : public OAttributeDispatcher
{
public:
@@ -65,9 +65,9 @@ namespace frm
virtual ::com::sun::star::frame::FeatureStateEvent buildStatusEvent() const;
};
- //====================================================================
+
//= OTextDirectionDispatcher
- //====================================================================
+
class OTextDirectionDispatcher : public ORichTextFeatureDispatcher
{
public:
@@ -81,9 +81,9 @@ namespace frm
virtual ::com::sun::star::frame::FeatureStateEvent buildStatusEvent() const;
};
- //====================================================================
+
//= OAsianFontLayoutDispatcher
- //====================================================================
+
class OAsianFontLayoutDispatcher : public OParametrizedAttributeDispatcher
{
public:
@@ -100,9 +100,9 @@ namespace frm
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArguments );
};
-//........................................................................
+
} // namespace frm
-//........................................................................
+
#endif // INCLUDED_FORMS_SOURCE_RICHTEXT_SPECIALDISPATCHERS_HXX