Hallo ihr alle,

ich habe ein Makros geschrieben:

dim args1(0) as new com.sun.star.beans.PropertyValue
args1(0).Name = "Color"
args1(0).Value = 16760576

dispatcher.executeDispatch(document, ".uno:Color", "", 0, args1())

bekomme jedoch die Fehlermeldung das die Objektvariable, ich denke args1(), 
nicht belegt ist. Warum?

Denn weiter oben steht ja schon

        dim document   as object
                document   = ThisComponent.CurrentController.Frame
        dim dispatcher as object
                dispatcher = 
createUnoService("com.sun.star.frame.Dispatchhelper")


Gruß
Christian Palm


-- 
Liste abmelden mit E-Mail an: users+unsubscr...@de.libreoffice.org
Probleme? 
https://de.libreoffice.org/hilfe-kontakt/mailing-listen/abmeldung-liste/
Tipps zu Listenmails: https://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: https://listarchives.libreoffice.org/de/users/
Datenschutzerklärung: https://www.documentfoundation.org/privacy

Antwort per Email an