Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


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 <Wasserthal@nefkom.net>
---
 .../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


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.