[Libreoffice-bugs] [Bug 39961] New: macrorecorder does not work correct
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Aug 9 10:21:07 PDT 2011
https://bugs.freedesktop.org/show_bug.cgi?id=39961
Summary: macrorecorder does not work correct
Product: LibreOffice
Version: LibO 3.4.2 release
Platform: Other
OS/Version: Windows (All)
Status: NEW
Severity: major
Priority: medium
Component: BASIC
AssignedTo: libreoffice-bugs at lists.freedesktop.org
ReportedBy: dr at jochenschiffers.de
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())
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Libreoffice-bugs
mailing list