LO-component: writer In German LO-version using macrorecorder keyboard shortcut "fog" (Format -> Groß-/Kleinschreibung -> GROSSBUCHSTABEN") causes no error message, but a macro execution error. The problem is "rem" in the last row (see exapmle). If "rem" is removed makro works correctly. sub yyy rem ---------------------------------------------------------------------- rem define variables dim document as object dim dispatcher as object rem ---------------------------------------------------------------------- rem get access to the document document = ThisComponent.CurrentController.Frame dispatcher = createUnoService("com.sun.star.frame.DispatchHelper") rem ---------------------------------------------------------------------- rem dispatcher.executeDispatch(document, ".uno:ChangeCaseToUpper", "", 0, Array())
it looks like it is the same as bug 38955 This bus is to be fixed in version 3.3.4 and 3.4.3 should be marked duplicate. *** This bug has been marked as a duplicate of bug 38955 ***