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:25:40 UTC

svn commit: r1369757 - in /incubator/ooo/branches/AOO34: ./ main/ main/vcl/source/gdi/print3.cxx

Author: orw
Date: Mon Aug  6 09:25:40 2012
New Revision: 1369757

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

Merged from trunk

Modified:
    incubator/ooo/branches/AOO34/   (props changed)
    incubator/ooo/branches/AOO34/main/   (props changed)
    incubator/ooo/branches/AOO34/main/vcl/source/gdi/print3.cxx

Propchange: incubator/ooo/branches/AOO34/
------------------------------------------------------------------------------
  Merged /incubator/ooo/trunk:r1369754

Propchange: incubator/ooo/branches/AOO34/main/
------------------------------------------------------------------------------
  Merged /incubator/ooo/trunk/main:r1369754

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