https://bugs.documentfoundation.org/show_bug.cgi?id=147953
--- Comment #12 from [email protected] --- I can't wait for this to be fixed, but for now I came up with a simple macro to fix this problem. Sub FixFrameBug dim oSettings oSettings=ThisComponent.createInstance("com.sun.star.text.DocumentSettings") oSettings.FrameAutowidthWithMorePara = false End Sub You have to save the document after running the macro to see the fix. -- You are receiving this mail because: You are the assignee for the bug.
