Kaydet (Commit) de8f5f2a authored tarafından Andras Timar's avatar Andras Timar

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

This reverts commit c35c4769.
Fixes fdo#78413

Change-Id: If0865cced045410d4e8f9603b55568ade6781b39
üst dfbcde18
......@@ -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();
......
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