Kaydet (Commit) e92b3a09 authored tarafından Caolán McNamara's avatar Caolán McNamara

deliberately no parent for dialog

Change-Id: Id28797b9c40694e1b43d1fdd1205833562d760b9
üst 76a1bc49
...@@ -61,7 +61,7 @@ int UIPreviewApp::Main() ...@@ -61,7 +61,7 @@ int UIPreviewApp::Main()
try try
{ {
Dialog *pDialog = new Dialog(NULL, WB_STDDIALOG); Dialog *pDialog = new Dialog(DIALOG_NO_PARENT, WB_STDDIALOG);
{ {
VclBuilder aBuilder(pDialog, rtl::OUString(), uifiles[0]); VclBuilder aBuilder(pDialog, rtl::OUString(), uifiles[0]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment