To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45368
                  Issue #:|45368
                  Summary:|inserting autotext container raises
                          |com.sun.star.lang.IllegalArgumentException
                Component:|Word processor
                  Version:|OOo 1.1.4
                 Platform:|All
                      URL:|
               OS/Version:|Windows XP
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|mru
              Reported by:|brinzing





------- Additional comments from [EMAIL PROTECTED] Fri Mar 18 01:00:27 -0800 
2005 -------
Hi,

If you try to insert a new autotext container you get a
com.sun.star.lang.IllegalArgumentException, if use the
path extension *x...

oATcontainer.insertNewByName("MyContainer*1")

as a workaround

oATcontainer.insertNewByName("MyContainer")
oATcontainer.getByName(MyContainer").Name = "MyContainer*1"

seems to work ...

so at least the example provided in 

com:sun:star:text:XAutoTextContainer is wrong ...


regards

Oliver

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to