Kaydet (Commit) c35c4769 authored tarafından Muthu Subramanian's avatar Muthu Subramanian Kaydeden (comit) Fridrich Štrba

fdo#45260: Objects having line thickness misplaced while pasting.

Even with the proposed fix of commit id d999ae10 it still seems
to be broken with reference to i#112978 . Maybe a better way
of fixing it. Hence reverting this patch partially to fix fdo#45260
Signed-off-by: 's avatarFridrich Štrba <fridrich.strba@bluewin.ch>
üst 1f6bf7bc
......@@ -133,7 +133,9 @@ struct SdNavigatorDropEvent : public ExecuteDropEvent
// #112978# need to use GetAllMarkedBoundRect instead of GetAllMarkedRect to get
// fat lines correctly
const Rectangle aMarkRect( GetAllMarkedBoundRect() );
// This seems to be broken on LibreOffice. So reverted this temporarily
// to fix fdo#45260
const Rectangle aMarkRect( GetAllMarkedRect() );
TransferableObjectDescriptor aObjDesc;
String aDisplayName;
SdrOle2Obj* pSdrOleObj = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment