Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DDF13DB1C for ; Mon, 6 Aug 2012 09:26:27 +0000 (UTC) Received: (qmail 52274 invoked by uid 500); 6 Aug 2012 09:26:27 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 52242 invoked by uid 500); 6 Aug 2012 09:26:27 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 52229 invoked by uid 99); 6 Aug 2012 09:26:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2012 09:26:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2012 09:26:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D97A2238890D; Mon, 6 Aug 2012 09:25:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1369757 - in /incubator/ooo/branches/AOO34: ./ main/ main/vcl/source/gdi/print3.cxx Date: Mon, 06 Aug 2012 09:25:40 -0000 To: ooo-commits@incubator.apache.org From: orw@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120806092540.D97A2238890D@eris.apache.org> 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 : reset 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()