vcl/qa/cppunit/lifecycle.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5a79b5abea57313ff568e1291da2179ba7ac2322 Author: Caolán McNamara <[email protected]> AuthorDate: Sat Oct 19 17:23:07 2019 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Sat Oct 19 17:23:54 2019 +0100 fix build Change-Id: I2d4fb034e72369dc051c4bc2f5a7598e1d58f9c1 diff --git a/vcl/qa/cppunit/lifecycle.cxx b/vcl/qa/cppunit/lifecycle.cxx index 51d90776bb44..ff057eff3bb4 100644 --- a/vcl/qa/cppunit/lifecycle.cxx +++ b/vcl/qa/cppunit/lifecycle.cxx @@ -297,7 +297,7 @@ void LifecycleTest::testLeakage() aObjects.push_back(LeakTestObject::Create<VclVButtonBox>(xVBox)); } - aObjects.push_back(LeakTestObject::Create<Dialog>(xParent, "PrintProgressDialog", "vcl/ui/printprogressdialog.ui")); + aObjects.push_back(LeakTestObject::Create<Dialog>(xParent, "PrintProgressDialog", "vcl/ui/printprogressdialog.ui", WindowType::MODALDIALOG)); xParent.clear(); for (auto i = aObjects.rbegin(); i != aObjects.rend(); ++i) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
