summaryrefslogtreecommitdiff
path: root/forms/source/richtext/richtextunowrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/richtextunowrapper.cxx')
-rw-r--r--forms/source/richtext/richtextunowrapper.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/forms/source/richtext/richtextunowrapper.cxx b/forms/source/richtext/richtextunowrapper.cxx
index c091d28fd2eb..c65daeca8fa4 100644
--- a/forms/source/richtext/richtextunowrapper.cxx
+++ b/forms/source/richtext/richtextunowrapper.cxx
@@ -28,17 +28,17 @@
#include <svx/svdobj.hxx>
#include <editeng/unoprnms.hxx>
-//........................................................................
+
namespace frm
{
-//........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
- //====================================================================
+
namespace
{
const SvxItemPropertySet* getTextEnginePropertySet()
@@ -58,9 +58,9 @@ namespace frm
}
}
- //====================================================================
+
//= ORichTextUnoWrapper
- //====================================================================
+
ORichTextUnoWrapper::ORichTextUnoWrapper( EditEngine& _rEngine, IEngineTextChangeListener* _pTextChangeListener )
:SvxUnoText( getTextEnginePropertySet() )
@@ -73,9 +73,9 @@ namespace frm
{
}
- //====================================================================
+
//= RichTextEditSource
- //====================================================================
+
RichTextEditSource::RichTextEditSource( EditEngine& _rEngine, IEngineTextChangeListener* _pTextChangeListener )
:m_rEngine ( _rEngine )
@@ -119,8 +119,8 @@ namespace frm
m_pTextChangeListener->potentialTextChange();
}
-//........................................................................
+
} // namespace frm
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */