summaryrefslogtreecommitdiffstats
path: root/forms/source/richtext/richtextmodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/richtextmodel.hxx')
-rw-r--r--forms/source/richtext/richtextmodel.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/forms/source/richtext/richtextmodel.hxx b/forms/source/richtext/richtextmodel.hxx
index 5967366d4644..10e7b3ee04c0 100644
--- a/forms/source/richtext/richtextmodel.hxx
+++ b/forms/source/richtext/richtextmodel.hxx
@@ -54,6 +54,9 @@ namespace frm
,public ::comphelper::OPropertyContainerHelper
,public ORichTextModel_BASE
{
+ public:
+ DECLARE_DEFAULT_LEAF_XTOR( ORichTextModel );
+
private:
// <properties>
::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice >
@@ -100,7 +103,6 @@ namespace frm
static RichTextEngine* getEditEngine( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& _rxModel );
private:
- DECLARE_DEFAULT_LEAF_XTOR( ORichTextModel );
// UNO
DECLARE_UNO3_AGG_DEFAULTS( ORichTextModel, OControlModel )