https://bugs.freedesktop.org/show_bug.cgi?id=75806
--- Comment #7 from Goff <[email protected]> --- Thank you Joel! Unfortunately, I'm not able to patch this bug even supported by your help. And I've found a workaround, so it is not a bug that is crucial for me personally. I just want to tell - there are two bugs and this bugs exist since years, and LibreOffice will be better without this bugs because workaround looks not pretty. That is all. Workaround (if someone has same problems): Dim oDocument As Object Dim oReplace As Object oDocument = ThisComponent oReplace = oDocument.createReplaceDescriptor oReplace.searchAll=True oReplace.SearchString = "([^A-Za-z]h|^h)e\>" oReplace.ReplaceString = "$1is" oReplace.SearchRegularExpression = true oReplace.SearchCaseSensitive = false oDocument.replaceAll(oReplace) Thank you for your offer)) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
