From 36af12e74f4fa20712a3671c1be2a3a4b5a54e7d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 15 Feb 2019 12:58:05 +0000 Subject: weld ScImportOptionsDlg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib8ea4726d20f0bd7f40283983fec2d5890fac382 Reviewed-on: https://gerrit.libreoffice.org/67869 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sc/inc/scabstdlg.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sc/inc/scabstdlg.hxx') diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 495d8061751b..9b16e1a26af5 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -510,11 +510,11 @@ public: const OUString& rTabBgColorNoColorText, //Label for no tab color const Color& rDefaultColor) = 0; //Currently selected Color - virtual VclPtr CreateScImportOptionsDlg ( bool bAscii, - const ScImportOptions* pOptions, - const OUString* pStrTitle, - bool bOnlyDbtoolsEncodings, - bool bImport = true ) = 0; + virtual VclPtr CreateScImportOptionsDlg(weld::Window* pParent, bool bAscii, + const ScImportOptions* pOptions, + const OUString* pStrTitle, + bool bOnlyDbtoolsEncodings, + bool bImport = true ) = 0; virtual VclPtr CreateScAttrDlg(weld::Window* pParent, const SfxItemSet* pCellAttrs) = 0; -- cgit