summaryrefslogtreecommitdiff
path: root/sw
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
commit3f8222cb50285ab95b2f8cced754215a8c556e5f (patch)
tree2f4cc88c4e3720fa666dd3eaf9e8745e2bbb2933 /sw
parentdbc2ea3db472286139a9f82b2c6aa972a8d43406 (diff)
#i107450#: remove SdrObject dependency from OutlinerForwarder; EditEnginePool for ItempropertySet of EditObjects; split unoprov.hxx+cxx
Diffstat (limited to 'sw')
-rwxr-xr-xsw/source/core/fields/textapi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/fields/textapi.cxx b/sw/source/core/fields/textapi.cxx
index 2b0c95dd1698..e44e4274c6aa 100755
--- a/sw/source/core/fields/textapi.cxx
+++ b/sw/source/core/fields/textapi.cxx
@@ -57,7 +57,7 @@ static const SvxItemPropertySet* ImplGetSvxTextPortionPropertySet()
{MAP_CHAR_LEN("ParaUserDefinedAttributes"), EE_PARA_XMLATTRIBS, &::getCppuType((const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >*)0) , 0, 0},
{0,0,0,0,0,0}
};
- static SvxItemPropertySet aSvxTextPortionPropertySet( aSvxTextPortionPropertyMap );
+ static SvxItemPropertySet aSvxTextPortionPropertySet( aSvxTextPortionPropertyMap, EditEngine::GetGlobalItemPool() );
return &aSvxTextPortionPropertySet;
}