summaryrefslogtreecommitdiffstats
path: root/forms
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-12-10 18:09:38 +0100
committerMathias Bauer <mba@openoffice.org>2009-12-10 18:09:38 +0100
commit69ea879c3dceb464f3d01ae3ecbd178bd77de96a (patch)
tree5d85105aeee3e69cb754b3d863b973fb7d4d29eb /forms
parentCWS-TOOLING: integrate CWS killnonpro (diff)
downloadcore-69ea879c3dceb464f3d01ae3ecbd178bd77de96a.tar.gz
core-69ea879c3dceb464f3d01ae3ecbd178bd77de96a.zip
#i107450#: remove SdrObject dependency from OutlinerForwarder; EditEnginePool for ItempropertySet of EditObjects; split unoprov.hxx+cxx
Diffstat (limited to 'forms')
-rw-r--r--forms/source/richtext/richtextunowrapper.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/forms/source/richtext/richtextunowrapper.cxx b/forms/source/richtext/richtextunowrapper.cxx
index f5a9d178d32c..fa5733ef488c 100644
--- a/forms/source/richtext/richtextunowrapper.cxx
+++ b/forms/source/richtext/richtextunowrapper.cxx
@@ -38,6 +38,8 @@
#include <svx/unofored.hxx>
#include <svx/editview.hxx>
#include <svx/unoipset.hxx>
+#include <svx/svdpool.hxx>
+#include <svx/svdobj.hxx>
//........................................................................
namespace frm
@@ -64,7 +66,7 @@ namespace frm
{ MAP_CHAR_LEN("ParaUserDefinedAttributes"), EE_PARA_XMLATTRIBS, &::getCppuType( static_cast< const Reference< XNameContainer >* >( NULL ) ), 0, 0 },
{ NULL, 0, 0, NULL, 0, 0 }
};
- static SvxItemPropertySet aTextEnginePropertySet( aTextEnginePropertyMap );
+ static SvxItemPropertySet aTextEnginePropertySet( aTextEnginePropertyMap, SdrObject::GetGlobalDrawObjectItemPool() );
return &aTextEnginePropertySet;
}
}