diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index fa613e0c5a13..3fd2c01f8526 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -517,7 +517,6 @@ public: virtual VclPtr<AbstractScImportOptionsDlg> CreateScImportOptionsDlg ( bool bAscii, const ScImportOptions* pOptions, const OUString* pStrTitle = nullptr, - bool bMultiByte = false, bool bOnlyDbtoolsEncodings = false, bool bImport = true ) = 0; |