summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfextoutdevdata.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 16:25:31 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 16:25:31 +0000
commitca3454bed1e691efbedd3b44d7d9dee85aa3f055 (patch)
tree9c585c3fe2b7b57c6a7e795f75f4e22269dd8210 /vcl/source/gdi/pdfextoutdevdata.cxx
parent682d4028ecfc81a1e8dc1df66b6ba7179d6b925b (diff)
INTEGRATION: CWS pdf03 (1.6.6); FILE MERGED
2006/06/27 10:12:23 pl 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2006/06/16 13:49:17 pl 1.6.6.1: #i63501# he who pushes to the stack must also pop from the stack again
Diffstat (limited to 'vcl/source/gdi/pdfextoutdevdata.cxx')
-rw-r--r--vcl/source/gdi/pdfextoutdevdata.cxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/vcl/source/gdi/pdfextoutdevdata.cxx b/vcl/source/gdi/pdfextoutdevdata.cxx
index d50526f6cbca..31ef707cf744 100644
--- a/vcl/source/gdi/pdfextoutdevdata.cxx
+++ b/vcl/source/gdi/pdfextoutdevdata.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pdfextoutdevdata.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 19:29:30 $
+ * last change: $Author: obo $ $Date: 2006-07-10 17:25:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -410,20 +410,20 @@ sal_Bool PageSyncData::PlaySyncPageAct( PDFWriter& rWriter, sal_uInt32& rCurGDIM
break;
case PDFExtOutDevDataSync::EndGroupGfxLink :
{
+ sal_Int32 nTransparency;
+ Rectangle aOutputRect, aVisibleOutputRect;
+ Graphic aGraphic( mGraphics.front() );
+
+ mGraphics.pop_front();
+ nTransparency = mParaInts.front();
+ mParaInts.pop_front();
+ aOutputRect = mParaRects.front();
+ mParaRects.pop_front();
+ aVisibleOutputRect = mParaRects.front();
+ mParaRects.pop_front();
+
if ( mbGroupIgnoreGDIMtfActions )
{
- sal_Int32 nTransparency;
- Rectangle aOutputRect, aVisibleOutputRect;
- Graphic aGraphic( mGraphics.front() );
-
- mGraphics.pop_front();
- nTransparency = mParaInts.front();
- mParaInts.pop_front();
- aOutputRect = mParaRects.front();
- mParaRects.pop_front();
- aVisibleOutputRect = mParaRects.front();
- mParaRects.pop_front();
-
sal_Bool bClippingNeeded = ( aOutputRect != aVisibleOutputRect ) && !aVisibleOutputRect.IsEmpty();
GfxLink aGfxLink( aGraphic.GetLink() );