Index: source/ui/docvw/postit.cxx =================================================================== RCS file: /cvs/sw/sw/source/ui/docvw/postit.cxx,v retrieving revision 1.4.30.6 diff -u -p -r1.4.30.6 postit.cxx --- source/ui/docvw/postit.cxx 11 May 2008 21:24:49 -0000 1.4.30.6 +++ source/ui/docvw/postit.cxx 13 May 2008 12:11:17 -0000 @@ -690,6 +690,8 @@ void SwPostIt::InitControls() mpOutliner->InsertView(mpOutlinerView ); mpPostItTxt->SetTextView(mpOutlinerView); + mpOutlinerView->SetOutputArea( PixelToLogic( Rectangle(0,0,0,0) ) ); + SfxItemSet item(aShell->GetPool()); item.Put(SvxFontHeightItem(200,100,EE_CHAR_FONTHEIGHT)); mpOutlinerView->SetAttribs(item);