summaryrefslogtreecommitdiff
path: root/desktop/test/deployment/passive/passive_native.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/test/deployment/passive/passive_native.cxx')
-rw-r--r--desktop/test/deployment/passive/passive_native.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/test/deployment/passive/passive_native.cxx b/desktop/test/deployment/passive/passive_native.cxx
index 819f6ab0ef59..93af8ab664e4 100644
--- a/desktop/test/deployment/passive/passive_native.cxx
+++ b/desktop/test/deployment/passive/passive_native.cxx
@@ -220,7 +220,7 @@ void Dispatch::dispatch(
css::uno::Reference< css::awt::XMessageBox > box(
xToolkit->createMessageBox(
xWindowPeer,
- css::awt::Rectangle(), "infobox",
+ css::awt::MessageBoxType_INFOBOX,
css::awt::MessageBoxButtons::BUTTONS_OK, "passive", "native"),
css::uno::UNO_SET_THROW);