Bug 39961 - macrorecorder does not work correct
Summary: macrorecorder does not work correct
Status: RESOLVED DUPLICATE of bug 38955
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
3.4.2 release
Hardware: Other Windows (All)
: medium major
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-09 10:21 UTC by Jochen
Modified: 2011-08-09 11:34 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jochen 2011-08-09 10:21:07 UTC
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())
Comment 1 Olivier Hallot 2011-08-09 11:34:43 UTC
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 ***