[openoffice.org/f13/master] Resolves: rhbz#637838 Cropped pictures are displayed in entirety in handouts

David Tardon dtardon at fedoraproject.org
Thu Sep 30 08:23:46 UTC 2010


commit 61b7b64727a03bc20e0b5a5ea9581ec4e31d907b
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Sep 30 10:23:41 2010 +0200

    Resolves: rhbz#637838 Cropped pictures are displayed in entirety in handouts

 workspace.aw081.patch |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/workspace.aw081.patch b/workspace.aw081.patch
new file mode 100644
index 0000000..a8b858b
--- /dev/null
+++ b/workspace.aw081.patch
@@ -0,0 +1,19 @@
+date:        Thu Apr 15 17:55:20 2010 +0200
+import workspace.aw081.patch
+
+diff -r 169e0032d67d drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx	Wed Sep 29 10:04:54 2010 +0200
++++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx	Thu Sep 30 10:19:47 2010 +0200
+@@ -1383,7 +1383,11 @@
+                             {
+ 								// there is already a clip polygon set; build clipped union of 
+ 								// current mask polygon and new one
+-								maClipPolyPolygon = basegfx::tools::clipPolyPolygonOnPolyPolygon(aMask, maClipPolyPolygon, false, false);
++								maClipPolyPolygon = basegfx::tools::clipPolyPolygonOnPolyPolygon(
++                                    aMask, 
++                                    maClipPolyPolygon, 
++                                    true, // #i106516# we want the inside of aMask, not the outside
++                                    false);
+                             }
+                             else
+                             {


More information about the scm-commits mailing list