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
This commit is contained in:
Ivo Hinkelmann
2008-01-14 12:57:58 +00:00
parent 2eda3aa426
commit b7ee5dda89

View File

@@ -4,9 +4,9 @@
* *
* $RCSfile: ChartController.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@@ -713,7 +713,7 @@ void ChartController::impl_createDrawViewController()
{ {
if( m_pDrawModelWrapper ) 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()); m_pDrawViewWrapper->attachParentReferenceDevice( m_aModel->getModel());
} }
} }