diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 18:50:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 14:54:56 -0600 |
commit | bed18b128ff1329579369b07b2b172e2906649f8 (patch) | |
tree | 2d3766c57b8b262e9560578edecb83e070154fe1 /forms/source/richtext/richtextunowrapper.hxx | |
parent | 224f6c17f7119ca65716a73f21244ddd3e26a653 (diff) |
Remove visual noise from forms
Conflicts:
forms/source/component/DatabaseForm.cxx
Change-Id: I4005fe65e89794bd92191c37221c252a3e964917
Reviewed-on: https://gerrit.libreoffice.org/8262
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms/source/richtext/richtextunowrapper.hxx')
-rw-r--r-- | forms/source/richtext/richtextunowrapper.hxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/forms/source/richtext/richtextunowrapper.hxx b/forms/source/richtext/richtextunowrapper.hxx index a92128fdedac..1fdee88720e2 100644 --- a/forms/source/richtext/richtextunowrapper.hxx +++ b/forms/source/richtext/richtextunowrapper.hxx @@ -23,14 +23,14 @@ #include <editeng/unotext.hxx> #include <editeng/unoedsrc.hxx> -//........................................................................ + namespace frm { -//........................................................................ - //==================================================================== + + //= IEngineTextChangeListener - //==================================================================== + class IEngineTextChangeListener { public: @@ -40,9 +40,9 @@ namespace frm ~IEngineTextChangeListener() {} }; - //==================================================================== + //= ORichTextUnoWrapper - //==================================================================== + class ORichTextUnoWrapper : public SvxUnoText { public: @@ -58,9 +58,9 @@ namespace frm ORichTextUnoWrapper& operator=( const ORichTextUnoWrapper& ); // never implemented }; - //==================================================================== + //= RichTextEditSource - //==================================================================== + class RichTextEditSource : public SvxEditSource { private: @@ -85,9 +85,9 @@ namespace frm RichTextEditSource& operator=( const RichTextEditSource& ); // never implemented }; -//........................................................................ + } // namespace frm -//........................................................................ + #endif // INCLUDED_FORMS_SOURCE_RICHTEXT_RICHTEXTUNOWRAPPER_HXX |