You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by or...@apache.org on 2012/08/06 11:18:55 UTC

svn commit: r1369754 - /incubator/ooo/trunk/main/vcl/source/gdi/print3.cxx

Author: orw
Date: Mon Aug  6 09:18:55 2012
New Revision: 1369754

URL: http://svn.apache.org/viewvc?rev=1369754&view=rev
Log:
#120464# - method <PrinterController::triggerAppToFreeResources()>: reset <LastPage> property after freeing resources

Modified:
    incubator/ooo/trunk/main/vcl/source/gdi/print3.cxx

Modified: incubator/ooo/trunk/main/vcl/source/gdi/print3.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/vcl/source/gdi/print3.cxx?rev=1369754&r1=1369753&r2=1369754&view=diff
==============================================================================
--- incubator/ooo/trunk/main/vcl/source/gdi/print3.cxx (original)
+++ incubator/ooo/trunk/main/vcl/source/gdi/print3.cxx Mon Aug  6 09:18:55 2012
@@ -1254,6 +1254,7 @@ void PrinterController::triggerAppToFree
     mpImplData->mpProgress = NULL;
     GDIMetaFile aMtf;
     getPageFile( 0, aMtf, false );
+    setLastPage( sal_False );
 }
 
 void PrinterController::abortJob()