https://issues.apache.org/ooo/show_bug.cgi?id=121544
Ariel Constenla-Haile <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ACCEPTED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Ariel Constenla-Haile <[email protected]> --- a) css.awt.MessageBoxCommand has been removed b) css.awt.MessageBoxResults has been introduced to specify a result of executing a css.awt.XMessageBox c) css.awt.MessageBoxType has been introduced to specify the type of a css.awt.XMessageBox on css.awt.XMessageBoxFactory.createMessageBox() d) in css.awt.XMessageBox the getters and setters have been replaced by interface attributes: CaptionText and MessageText e) css.awt.XMessageBoxFactory.createMessageBox() no longer takes a css.awt.Rectangle defining the position and size of the message box f) the type of the message box in css.awt.XMessageBoxFactory.createMessageBox() is no longer defined by strings, use css.awt.MessageBoxType instead -- You are receiving this mail because: You are on the CC list for the bug.
