From 27cfcb1e9d103b3e49c1263b1fa59fee8b187b21 Mon Sep 17 00:00:00 2001 From: Ariel Constenla-Haile Date: Mon, 24 Dec 2012 08:07:25 +0000 Subject: i121544 - Clean-up MessageBox API --- qadevOOo/tests/java/ifc/awt/_XMessageBoxFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo') 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(), -- cgit