summaryrefslogtreecommitdiff
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-02-02 16:19:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-02-02 18:20:06 +0100
commitc744995d7acbfd1ba06eb61c8f00d119a59d3cbf (patch)
treefb6420d5a09ce6cbf123aafe47e3652175ee8d3d /sc/inc/scabstdlg.hxx
parentfe8d62dc89b5de2a720b30a64a1a6a7e7d47344f (diff)
weld ScTextImportOptionsDlg
Change-Id: If558a805e48bc7cfa57e729143588a533060a65b Reviewed-on: https://gerrit.libreoffice.org/67291 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index fa82d4550da9..8c1153fcabc1 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -398,7 +398,7 @@ public:
SvStream* pInStream,
ScImportAsciiCall eCall) = 0;
- virtual VclPtr<AbstractScTextImportOptionsDlg> CreateScTextImportOptionsDlg() = 0;
+ virtual VclPtr<AbstractScTextImportOptionsDlg> CreateScTextImportOptionsDlg(weld::Window* pParent) = 0;
virtual VclPtr<AbstractScAutoFormatDlg> CreateScAutoFormatDlg(vcl::Window* pParent,
ScAutoFormat* pAutoFormat,