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

wrong ScopedVclPtrInstance creation

Change-Id: I524f507bc5720704460d94bb52f99cb7792703e9
üst 673b436c
......@@ -829,7 +829,7 @@ IMPL_LINK_NOARG_TYPED(SvxBitmapTabPage, ClickImportHdl, Button*, void)
}
else
// graphic couldn't be loaded
ScopedVclPtrInstance<MessageDialog>::Create( GetParentDialog()
ScopedVclPtrInstance<MessageDialog>( GetParentDialog()
,"NoLoadedFileDialog"
,"cui/ui/querynoloadedfiledialog.ui")->Execute();
}
......
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