[Libreoffice-commits] core.git: sd/source
Andras Timar
andras.timar at collabora.com
Fri May 9 13:49:13 PDT 2014
sd/source/ui/view/sdview2.cxx | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit de8f5f2af78877bc63b462195ce63341f6ba7817
Author: Andras Timar <andras.timar at collabora.com>
Date: Fri May 9 22:38:52 2014 +0200
Revert "fdo#45260: Objects having line thickness misplaced while pasting."
This reverts commit c35c4769d8cabe0f01ef9911056d7a9d1d2f4b04.
Fixes fdo#78413
Change-Id: If0865cced045410d4e8f9603b55568ade6781b39
diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx
index 8b7eae3..32e9bde 100644
--- a/sd/source/ui/view/sdview2.cxx
+++ b/sd/source/ui/view/sdview2.cxx
@@ -112,9 +112,7 @@ struct SdNavigatorDropEvent : public ExecuteDropEvent
// #112978# need to use GetAllMarkedBoundRect instead of GetAllMarkedRect to get
// fat lines correctly
- // This seems to be broken on LibreOffice. So reverted this temporarily
- // to fix fdo#45260
- const Rectangle aMarkRect( GetAllMarkedRect() );
+ const Rectangle aMarkRect( GetAllMarkedBoundRect() );
TransferableObjectDescriptor aObjDesc;
SdrOle2Obj* pSdrOleObj = NULL;
SdrPageView* pPgView = GetSdrPageView();
More information about the Libreoffice-commits
mailing list