https://bugs.documentfoundation.org/show_bug.cgi?id=105136

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #8 from Justin L <[email protected]> ---
There are no other bug reports relating to that commit. I don't think Tomaz'
commit was necessarily wrong. So marking as WONTFIX/NOTABUG

Probably you can solve the API change by adding this to your macro

   notDone = oTextCrusor.gotoNextWord(false)
+  if notDone and not oTextCursor.isStartOfWord() then
+     notDone = oTextCrusor.gotoNextWord(false)
+  end if

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to