summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.cxx
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
commit68b9760f89de829738b7090074994978724d8f5a (patch)
tree4c2945e5dbcb8667995b6f9e4b7ccc0562b8d823 /svx/source/table/cell.cxx
parente96b9a1dee34c0fc4cb9823164a1d8e4c917986b (diff)
#i107450#: remove SdrObject dependency from OutlinerForwarder; EditEnginePool for ItempropertySet of EditObjects; split unoprov.hxx+cxx
Diffstat (limited to 'svx/source/table/cell.cxx')
-rw-r--r--svx/source/table/cell.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx
index f7fcfc763e6f..a565ae06da29 100644
--- a/svx/source/table/cell.cxx
+++ b/svx/source/table/cell.cxx
@@ -62,6 +62,7 @@
#include "svx/boxitem.hxx"
#include "svx/xflbstit.hxx"
#include "svx/xflbmtit.hxx"
+#include <svx/svdpool.hxx>
// -----------------------------------------------------------------------------
@@ -110,7 +111,7 @@ static const SvxItemPropertySet* ImplGetSvxCellPropertySet()
{0,0,0,0,0,0}
};
- static SvxItemPropertySet aSvxCellPropertySet( aSvxCellPropertyMap );
+ static SvxItemPropertySet aSvxCellPropertySet( aSvxCellPropertyMap, SdrObject::GetGlobalDrawObjectItemPool() );
return &aSvxCellPropertySet;
}