https://bugs.documentfoundation.org/show_bug.cgi?id=150502
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Keywords| |bibisected --- Comment #4 from Julien Nabet <[email protected]> --- With this straightforward patch, I don't reproduce the crash: diff --git a/svx/source/sdr/overlay/overlaytools.cxx b/svx/source/sdr/overlay/overlaytools.cxx index d2f01adaa16c..3bb91506033b 100644 --- a/svx/source/sdr/overlay/overlaytools.cxx +++ b/svx/source/sdr/overlay/overlaytools.cxx @@ -236,7 +236,7 @@ sal_uInt32 OverlayStaticRectanglePrimitive::getPrimitive2DID() const rContainer.push_back( new PolygonMarkerPrimitive2D( - std::move(aPolygon), + aPolygon, getRGBColorA(), getRGBColorB(), getDiscreteDashLength())); Regression from: a447b5b6d1114111c92e5e3e3f3ae83d4c2f3bca loplugin:moveit Noel: any thoughts here? Does the one-line proposed patch seem ok to you? -- You are receiving this mail because: You are the assignee for the bug.
