summaryrefslogtreecommitdiff
path: root/sc/source/ui/attrdlg/scdlgfact.cxx
diff options
context:
space:
mode:
authorLaurent Balland <laurent.balland@mailo.fr>2023-06-04 19:03:16 +0200
committerLaurent Balland <laurent.balland@mailo.fr>2023-07-25 21:44:36 +0200
commit5ae709d8519dd6d0de265d516c6158ccbdf4882e (patch)
treed2875e6402106d5fdfae7dde30a3bfed34dcc3e9 /sc/source/ui/attrdlg/scdlgfact.cxx
parent10f91e94c2880c10c546eef094630f5b5699f2b0 (diff)
follow tdf#154131 Treat also HMTL import
Add Detect numbers in scientific notation option to HTML paste Still need some qa tests Change-Id: I553404a01ab2a61566b861b3c01d14bdc0c46668 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152591 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'sc/source/ui/attrdlg/scdlgfact.cxx')
-rw-r--r--sc/source/ui/attrdlg/scdlgfact.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/attrdlg/scdlgfact.cxx b/sc/source/ui/attrdlg/scdlgfact.cxx
index 26db05f15bf2..050b6d957737 100644
--- a/sc/source/ui/attrdlg/scdlgfact.cxx
+++ b/sc/source/ui/attrdlg/scdlgfact.cxx
@@ -938,6 +938,11 @@ bool AbstractScTextImportOptionsDlg_Impl::IsDateConversionSet() const
return m_xDlg->isDateConversionSet();
}
+bool AbstractScTextImportOptionsDlg_Impl::IsScientificConversionSet() const
+{
+ return m_xDlg->isScientificConversionSet();
+}
+
bool AbstractScTextImportOptionsDlg_Impl::IsKeepAskingSet() const
{
return m_xDlg->isKeepAskingSet();