https://bugs.documentfoundation.org/show_bug.cgi?id=148251
Hossein <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|target:7.5.0 |reviewed:2022 target:7.5.0 --- Comment #3 from Hossein <[email protected]> --- Re-evaluating the EasyHack in 2022 This issue is still relevant, and there are many instances remaining. For instance: basegfx/source/workbench/gauss.hxx:65 /* interchange rows 'max' and 'i' */ for(int k=0; k<cols; ++k) { temp = matrix[ i*cols + k ]; matrix[ i*cols + k ] = matrix[ max*cols + k ]; matrix[ max*cols + k ] = temp; } For this workbench, you have to use the Makeflie in basegfx/source/workbench. -- You are receiving this mail because: You are the assignee for the bug.
