diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-12-24 08:07:25 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2012-12-24 08:07:25 +0000 |
commit | 27cfcb1e9d103b3e49c1263b1fa59fee8b187b21 (patch) | |
tree | 3541a76c1ccb0049f3ae51fbd3620a76dcf0fc50 /qadevOOo | |
parent | 734b532fb77d2d5be7eb7becb6720dbd7b3d8978 (diff) |
i121544 - Clean-up MessageBox API
Notes
Notes:
merged as: 805c6101b3427cc98b53f1c48f22f705206c384d
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java b/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java index f10f7d1e0f5c..3ffe1c673253 100644 --- a/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java +++ b/qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java @@ -52,7 +52,7 @@ public class _XMessageBoxFactory extends MultiMethodTest { public void _createMessageBox() { final XMessageBox mb = oObj.createMessageBox( (XWindowPeer) tEnv.getObjRelation("WINPEER"), - new Rectangle(0, 0, 100, 100), "errorbox", 1, "The Title", + com.sun.star.awt.MessageBoxType.ERRORBOX, 1, "The Title", "The Message"); final UITools tools = new UITools( (XMultiServiceFactory) tParam.getMSF(), |