https://bugs.documentfoundation.org/show_bug.cgi?id=147576

--- Comment #8 from Armin Le Grand <armin.le.gr...@me.com> ---
Indeed, adding
        ::std::vector< SdrObject* > aSdrObjects(GetMarkedObjects());
        for(auto* pCand : aSdrObjects) pCand->SetBoundRectDirty();
to SdrExchangeView::GetMarkedObjMetaFile and thus forcing update of he
BoundRects corrects that error when 1st converting to Metafile. This is proof
that the BoundRects are *wrong* after import.

Thus my change is not a regression, but uncovers another error.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to