1 --- svx-orig/source/svdraw/svdedxv.cxx 2007-11-08 14:03:57.000000000 +0100
2 +++ svx/source/svdraw/svdedxv.cxx 2007-11-08 14:07:29.000000000 +0100
3 @@ -540,8 +540,9 @@ OutlinerView* SdrObjEditView::ImpMakeOut
4 pOutlView->SetAnchorMode((EVAnchorMode)(pText->GetOutlinerViewAnchorMode()));
5 pTextEditOutliner->SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)pText->GetMergedItem(SDRATTR_TEXT_USEFIXEDCELLHEIGHT)).GetValue());
7 - pOutlView->SetOutputArea(aTextEditArea);
8 + // do update before setting output area so that aTextEditArea can be recalculated
9 pTextEditOutliner->SetUpdateMode(TRUE);
10 + pOutlView->SetOutputArea(aTextEditArea);
11 ImpInvalidateOutlinerView(*pOutlView);