diff options
author | Gabriel Masei <gabriel.masei@1and1.ro> | 2024-03-17 10:13:25 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2024-04-06 19:39:22 +0200 |
commit | 2feda8ba21acdcf33a9b4ba94742f574c17839bd (patch) | |
tree | 3060f16f398131e08545fe15d909ea3753a800d6 /sc/source/ui/attrdlg/scdlgfact.hxx | |
parent | 2564374efebb5218fbc3c81540fe95557f6119ac (diff) |
tdf#152336 Detect charset and separators for csv files
Change-Id: Ie8451b3d30e390d363d8f9e5ec8bdf47350ca3a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164936
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sc/source/ui/attrdlg/scdlgfact.hxx')
-rw-r--r-- | sc/source/ui/attrdlg/scdlgfact.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/attrdlg/scdlgfact.hxx b/sc/source/ui/attrdlg/scdlgfact.hxx index 276bffd63195..4644ff4b35e2 100644 --- a/sc/source/ui/attrdlg/scdlgfact.hxx +++ b/sc/source/ui/attrdlg/scdlgfact.hxx @@ -663,7 +663,8 @@ public: virtual VclPtr<AbstractScImportAsciiDlg> CreateScImportAsciiDlg(weld::Window* pParent, const OUString& aDatName, SvStream* pInStream, - ScImportAsciiCall eCall) override; + ScImportAsciiCall eCall, + ScAsciiOptions* aOptions = nullptr) override; virtual VclPtr<AbstractScTextImportOptionsDlg> CreateScTextImportOptionsDlg(weld::Window* pParent) override; |