To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=110603
------- Additional comments from cri...@openoffice.org Mon Apr 5 17:33:11 +0000 2010 ------- I just submitted the document I was having the macro assign problem on. I don't know what other information you are wanting, rainerbielefeld, as I told you everything I did, every keystroke I made to try and solve the problem. My build was 9483, not 9489. I appreciate your taking the time to respond, both you and es. I finally found where the macros are kept and looked through them and discovered the macro I had created had disappeared. The first four I had created are still there. I just recreated the macro. It follows: sub CiteNoItalic 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 ---------------------------------------------------------------------- dim args1(7) as new com.sun.star.beans.PropertyValue args1(0).Name = "LeftRightMargin.LeftMargin" args1(0).Value = 1270 args1(1).Name = "LeftRightMargin.TextLeftMargin" args1(1).Value = 1270 args1(2).Name = "LeftRightMargin.RightMargin" args1(2).Value = 1270 args1(3).Name = "LeftRightMargin.LeftRelMargin" args1(3).Value = 100 args1(4).Name = "LeftRightMargin.RightRelMargin" args1(4).Value = 100 args1(5).Name = "LeftRightMargin.FirstLineIndent" args1(5).Value = 0 args1(6).Name = "LeftRightMargin.FirstLineRelIdent" args1(6).Value = 100 args1(7).Name = "LeftRightMargin.AutoFirst" args1(7).Value = false dispatcher.executeDispatch(document, ".uno:LeftRightMargin", "", 0, args1()) end sub I just tried clicking on the '+' sign on the OpenOffice.org Macros line in the Category box of the Customize selection of the Tools menu. The word processor immediately disappeared again. I then brought up the macros again and the macro I just created had disappeared again. The other four were still there. I hope this helps. Thanks. Cris Coleman --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org