diff options
author | Lennard Wasserthal <Wasserthal@nefkom.net> | 2012-09-07 15:19:49 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-09-14 14:48:22 +0200 |
commit | 13cdf1c43f8e02a6e19d902a355c87323d122cb6 (patch) | |
tree | b3a4ea95dd0e160f919ad67696bed94b3a39b4d6 /svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx | |
parent | 27264b1e940ceea616788e708c20b6fd9c0190c5 (diff) |
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@nefkom.net>
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx')
-rw-r--r-- | svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx b/svx/source/sdr/contact/viewcontactofsdrobjcustomshape.cxx index 669403c9f5db..bf54ffb0429f 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 |