Kaydet (Commit) 6aaa4693 authored tarafından Pranav Kant's avatar Pranav Kant

fpicker: Respect the PrepareExecute() result

Change-Id: I351eaa76da01656638de5f04eb376e5b16102b4a
üst 6d5e2ca0
...@@ -1683,7 +1683,8 @@ short SvtFileDialog::Execute() ...@@ -1683,7 +1683,8 @@ short SvtFileDialog::Execute()
void SvtFileDialog::StartExecuteModal( const Link<Dialog&,void>& rEndDialogHdl ) void SvtFileDialog::StartExecuteModal( const Link<Dialog&,void>& rEndDialogHdl )
{ {
PrepareExecute(); if (!PrepareExecute())
return;
// start of the dialog // start of the dialog
ModalDialog::StartExecuteModal( rEndDialogHdl ); ModalDialog::StartExecuteModal( rEndDialogHdl );
......
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