This is the second attempt to fix this.
The last one prevented the presentation from working, because all hiddengeometries didn't exhibit BoundRects.
I am sorry for that.
This time, I just deleted the disturbing object from all customshapes. I found it nowhere missing.

greetings

 - Lennard Wasserthal

Disclaimer: I put all my contributions to LibreOffice under the GNU Lesser General Public License (LGPLv3).
>From 2dcf69e228ed36ccaf8730eff6e92fa0c96abf91 Mon Sep 17 00:00:00 2001
From: Lennard <lennard@Virtual.(none)>
Date: Sun, 2 Sep 2012 10:49:56 +0200
Subject: [PATCH] next attempt to fix bug #35079.

Removes the hidden frame. That frame really doesn't seem to be needed, not even 
for exporting, though.



Change-Id: I3e506668fe775278400290d5bdc483c41ccabba9
Signed-off-by: Lennard Wasserthal <[email protected]>
---
 .../sdr/contact/viewcontactofsdrobjcustomshape.cxx |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx 
b/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
index 669403c..d5bd015 100644
--- a/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
@@ -235,10 +235,6 @@ namespace sdr
                 aObjectBound.Left(), aObjectBound.Top(),
                 aObjectBound.Right(), aObjectBound.Bottom());
 
-            
drawinglayer::primitive2d::appendPrimitive2DReferenceToPrimitive2DSequence(xRetval,
-                drawinglayer::primitive2d::createHiddenGeometryPrimitives2D(
-                    false, aObjectRange));
-
             return xRetval;
         }
     } // end of namespace contact
-- 
1.7.9.5

_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to