[Libreoffice-commits] .: svx/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Sep 14 05:50:04 PDT 2012
svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx | 10 ----------
1 file changed, 10 deletions(-)
New commits:
commit 13cdf1c43f8e02a6e19d902a355c87323d122cb6
Author: Lennard Wasserthal <Wasserthal at nefkom.net>
Date: Fri Sep 7 15:19:49 2012 +0200
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: I37285a9dfe46fe9263ba1f767fe69a59226e342a
Signed-off-by: Lennard Wasserthal <Wasserthal at nefkom.net>
Signed-off-by: LuboÅ¡ LuÅák <l.lunak at suse.cz>
diff --git a/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx b/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
index 669403c..bf54ffb 100644
--- a/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
+++ b/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx
@@ -229,16 +229,6 @@ namespace sdr
xRetval = drawinglayer::primitive2d::Primitive2DSequence(&xReference, 1);
}
- // always append an invisible outline for the cases where no visible content exists
- const Rectangle aObjectBound(GetCustomShapeObj().GetGeoRect());
- const basegfx::B2DRange aObjectRange(
- aObjectBound.Left(), aObjectBound.Top(),
- aObjectBound.Right(), aObjectBound.Bottom());
-
- drawinglayer::primitive2d::appendPrimitive2DReferenceToPrimitive2DSequence(xRetval,
- drawinglayer::primitive2d::createHiddenGeometryPrimitives2D(
- false, aObjectRange));
-
return xRetval;
}
} // end of namespace contact
More information about the Libreoffice-commits
mailing list