Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > cd8ce32c919af60229fca1d7f792c60e > files > 84

openoffice.org-3.2.0-12.35.fc13.src.rpm

diff -r 03068afc23c6 sw/source/ui/docvw/postit.cxx
--- a/sw/source/ui/docvw/postit.cxx	Sun Apr 25 15:43:24 2010 +0100
+++ b/sw/source/ui/docvw/postit.cxx	Wed Apr 28 11:31:24 2010 +0100
@@ -730,12 +730,6 @@
 	mpOutliner->SetUpdateMode( TRUE );
 	Rescale();
 
-	OutputDevice* pDev = aShell->GetDoc()->getReferenceDevice(TRUE);
-	if ( pDev )
-	{
-		mpOutliner->SetRefDevice( pDev );
-	}
-
 	mpOutlinerView = new OutlinerView ( mpOutliner, mpPostItTxt );
 	mpOutlinerView->SetBackgroundColor(COL_TRANSPARENT);
 	mpOutliner->InsertView(mpOutlinerView );