summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartController_TextEdit.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 14:31:27 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 14:31:27 +0000
commit48d50e1a2c6522d11492cb2f16fa97442f55f3e1 (patch)
treee99ef2f18658204a1e331b64f6884762512e35cf /chart2/source/controller/main/ChartController_TextEdit.cxx
parent2d2448f82988b33b2c9f6d7ab026d64b767b005d (diff)
INTEGRATION: CWS aw024 (1.6.70); FILE MERGED
2006/09/22 04:01:41 aw 1.6.70.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/19 14:17:02 aw 1.6.70.2: RESYNC: (1.6-1.7); FILE MERGED 2005/05/19 12:04:30 aw 1.6.70.1: #i39529#
Diffstat (limited to 'chart2/source/controller/main/ChartController_TextEdit.cxx')
-rw-r--r--chart2/source/controller/main/ChartController_TextEdit.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/chart2/source/controller/main/ChartController_TextEdit.cxx b/chart2/source/controller/main/ChartController_TextEdit.cxx
index e00b5abb90d6..91c075cdd546 100644
--- a/chart2/source/controller/main/ChartController_TextEdit.cxx
+++ b/chart2/source/controller/main/ChartController_TextEdit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ChartController_TextEdit.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 13:05:32 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 15:31:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -100,14 +100,14 @@ void ChartController::StartTextEdit()
//pOutliner->SetStyleSheetPool((SfxStyleSheetPool*)pStyleSheetPool);
//pOutliner->SetDefaultLanguage( eLang );
//pOutliner->SetHyphenator( xHyphenator );
- BOOL bEdit = m_pDrawViewWrapper->BegTextEdit( pTextObj
+ sal_Bool bEdit = m_pDrawViewWrapper->SdrBeginTextEdit( pTextObj
, m_pDrawViewWrapper->GetPageView()
, m_pChartWindow
- , FALSE //bIsNewObj
+ , sal_False //bIsNewObj
, pOutliner
- , NULL //pOutlinerView
- , TRUE //bDontDeleteOutliner
- , TRUE //bOnlyOneView
+ , 0L //pOutlinerView
+ , sal_True //bDontDeleteOutliner
+ , sal_True //bOnlyOneView
);
if(bEdit)
{
@@ -127,7 +127,7 @@ void ChartController::StartTextEdit()
bool ChartController::EndTextEdit()
{
- m_pDrawViewWrapper->EndTextEdit();
+ m_pDrawViewWrapper->SdrEndTextEdit();
SdrObject* pTextObject = m_pDrawViewWrapper->getTextEditObject();
if(!pTextObject)
return false;