https://bugs.documentfoundation.org/show_bug.cgi?id=161243
--- Comment #6 from Massaraksh7 <[email protected]> --- They helped me solve the problem on the forumooo.ru forum. It turned out that it is enough to first execute the code: Sub RemoveDefaultTableStyle Dim oTextTables, table oTextTables = ThisComponent.getTextTables() For Each table In oTextTables table.TableTemplateName = "" Next End Sub Then, when inserting rows, the styles do not get corrupted. https://forumooo.ru/index.php?topic=11204.30 -- You are receiving this mail because: You are the assignee for the bug.
