https://bugs.freedesktop.org/show_bug.cgi?id=81187
tommy27 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS|Windows (All) |All Status|UNCONFIRMED |NEW CC| |[email protected] Summary|TEXT HIGHLIGHT FEATURES |Toggle on/off text | |highlighting like in MS | |Word Version|4.3.0.2 rc |Inherited From OOo Component|Writer |UI Ever confirmed|0 |1 --- Comment #5 from tommy27 <[email protected]> --- Ok, I understand what you mean. I set status NEW to this enhancement request. In the meantime you can use this macro and assign it to a keyboard shortcut or to a toolbar custom button. Sub RemoveTextHighlighting dim document as object dim dispatcher as object document = ThisComponent.CurrentController.Frame dispatcher = createUnoService("com.sun.star.frame.DispatchHelper") dispatcher.executeDispatch(document, ".uno:BackColor", "", 0, Array()) End Sub P.S. check your Caps Lock key :-) -- 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
