To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71298
                 Issue #|71298
                 Summary|MasterPage.BackGround.HasLevels crashes OOo
               Component|Presentation
                 Version|OOo 2.0.4
                Platform|PC
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P4
            Subcomponent|code
             Assigned to|wg
             Reported by|bmarcelly





------- Additional comments from [EMAIL PROTECTED] Tue Nov  7 07:03:30 -0800 
2006 -------
Run this macro in an Impress document:

dim myPage, myMaster, mpBack, v

myPage = ThisComponent.getCurrentController().getCurrentPage()
myMaster = myPage.getMasterpage()
mpBack = myMaster.Background
v = mpBack.HasLevels

The last instruction crashes OpenOffice.org. Both Background and HasLevels 
properties 
are not documented, but a crash is abnormal.
You may encounter this by setting a Watch on variable mpBack and exploring the 
variable with the watch window of the IDE.

---------------------------------------------------------------------
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