summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/ChartController.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 12:57:58 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 12:57:58 +0000
commitb7ee5dda896905f7ec68761661baf1d6c7bd679b (patch)
tree8747edddb3af151294fac647134d587e6efc6cbb /chart2/source/controller/main/ChartController.cxx
parentINTEGRATION: CWS chart15 (1.9.22); FILE MERGED (diff)
downloadcore-b7ee5dda896905f7ec68761661baf1d6c7bd679b.tar.gz
core-b7ee5dda896905f7ec68761661baf1d6c7bd679b.zip
INTEGRATION: CWS chart15 (1.24.10); FILE MERGED
2007/12/12 09:51:33 bm 1.24.10.2: RESYNC: (1.24-1.25); FILE MERGED 2007/11/29 17:39:39 iha 1.24.10.1: #i82893#,#i75867# charts must be painted resolution dependent
Diffstat (limited to 'chart2/source/controller/main/ChartController.cxx')
-rw-r--r--chart2/source/controller/main/ChartController.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx
index 6f198a33a0e8..7f164a7caac4 100644
--- a/chart2/source/controller/main/ChartController.cxx
+++ b/chart2/source/controller/main/ChartController.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ChartController.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: ihi $ $Date: 2007-11-23 11:53:25 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 13:57:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -713,7 +713,7 @@ void ChartController::impl_createDrawViewController()
{
if( m_pDrawModelWrapper )
{
- m_pDrawViewWrapper = new DrawViewWrapper(&m_pDrawModelWrapper->getSdrModel(),m_pChartWindow);
+ m_pDrawViewWrapper = new DrawViewWrapper(&m_pDrawModelWrapper->getSdrModel(),m_pChartWindow,true);
m_pDrawViewWrapper->attachParentReferenceDevice( m_aModel->getModel());
}
}