summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/ChartController.cxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2003-10-07 14:39:56 +0000
committerBjörn Milcke <bm@openoffice.org>2003-10-07 14:39:56 +0000
commitda39c5e1b69739de447a65661293da355011f24b (patch)
treecef43a3ae666bd17711e51295120dba0830900cf /chart2/source/controller/main/ChartController.cxx
parentMinimumAndMaximumSupplier: virtual inlines removed => abstract (diff)
downloadcore-da39c5e1b69739de447a65661293da355011f24b.tar.gz
core-da39c5e1b69739de447a65661293da355011f24b.zip
preparation for ItemConverter to be moved to a different module
Diffstat (limited to 'chart2/source/controller/main/ChartController.cxx')
-rw-r--r--chart2/source/controller/main/ChartController.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx
index c6b5e19bac43..73ddfb15fe73 100644
--- a/chart2/source/controller/main/ChartController.cxx
+++ b/chart2/source/controller/main/ChartController.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartController.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: bm $ $Date: 2003-10-06 09:58:28 $
+ * last change: $Author: bm $ $Date: 2003-10-07 15:39:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,6 +60,7 @@
************************************************************************/
#include "ChartController.hxx"
#include "servicenames.hxx"
+#include "SchItemPool.hxx"
#include "InlineContainer.hxx"
#include "Chart.hrc"
@@ -486,7 +487,7 @@ void SAL_CALL ChartController
return sal_False;
m_pDrawModelWrapper = new DrawModelWrapper(m_xCC
- ,wrapper::ItemConverter::CreateSchItemPool());
+ ,wrapper::SchItemPool::CreateSchItemPool());
uno::Reference< frame::XModel > xDrawModel = m_pDrawModelWrapper->getUnoModel();
if( xDrawModel.is())