diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-09 12:32:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-09 12:32:31 +0000 |
commit | 8f78d213b6a1cd5370a17d0be2349a088ef7a104 (patch) | |
tree | 3566f2cfc8c9925b067a8561e75ca7776ada83ff /svx/source/svdraw/svdedxv.cxx | |
parent | a1212ea57e5b8cfa8c7c8305d6027a5090780820 (diff) |
INTEGRATION: CWS aw048 (1.55.146); FILE MERGED
2007/04/16 16:10:39 aw 1.55.146.1: #i72757# always call AdjustMarkHdl() in SdrObjEditView::SdrEnDtEXTeDIT2
Diffstat (limited to 'svx/source/svdraw/svdedxv.cxx')
-rw-r--r-- | svx/source/svdraw/svdedxv.cxx | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx index 008538ad760c..be8bd8035662 100644 --- a/svx/source/svdraw/svdedxv.cxx +++ b/svx/source/svdraw/svdedxv.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdedxv.cxx,v $ * - * $Revision: 1.55 $ + * $Revision: 1.56 $ * - * last change: $Author: kz $ $Date: 2006-12-12 16:40:31 $ + * last change: $Author: kz $ $Date: 2007-05-09 13:32:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -768,10 +768,10 @@ sal_Bool SdrObjEditView::SdrBeginTextEdit( aHdl.SetMoveOutside(TRUE); - if(!IsMarkHdlWhenTextEdit()) - { - AdjustMarkHdl(); //HMHsal_True); - } + // #i72757# + // Since IsMarkHdlWhenTextEdit() is ignored, it is necessary + // to call AdjustMarkHdl() always. + AdjustMarkHdl(); pTextEditOutlinerView=ImpMakeOutlinerView(pWin,!bEmpty,pGivenOutlinerView); @@ -989,14 +989,10 @@ SdrEndTextEditKind SdrObjEditView::SdrEndTextEdit(sal_Bool bDontDeleteReally) ((SdrTextObj*)pTEObj)->SetTextAnimationAllowed(sal_True); } - // #i33755# - // If !IsMarkHdlWhenTextEdit(), it is necessary to - // again reset the handles since they evtl. need to - // be shown again - if(!IsMarkHdlWhenTextEdit()) - { - AdjustMarkHdl(); //HMHsal_True); - } + // #i72757# + // Since IsMarkHdlWhenTextEdit() is ignored, it is necessary + // to call AdjustMarkHdl() always. + AdjustMarkHdl(); } // alle OutlinerViews loeschen for (ULONG i=pTEOutliner->GetViewCount(); i>0;) { |