calc53: #i110853# don't always cancel HTML export
This commit is contained in:
parent
df18244eba
commit
89a26b7f2d
1 changed files with 3 additions and 1 deletions
|
@ -185,7 +185,9 @@ sal_Int16 SAL_CALL ScFilterOptionsObj::execute() throw(uno::RuntimeException)
|
|||
}
|
||||
else if ( aFilterString == ScDocShell::GetWebQueryFilterName() || aFilterString == ScDocShell::GetHtmlFilterName() )
|
||||
{
|
||||
if (!bExport)
|
||||
if (bExport)
|
||||
nRet = ui::dialogs::ExecutableDialogResults::OK; // export HTML without dialog
|
||||
else
|
||||
{
|
||||
// HTML import.
|
||||
::std::auto_ptr<AbstractScTextImportOptionsDlg> pDlg(
|
||||
|
|
Loading…
Reference in a new issue