summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-12-08 10:22:22 +0000
committerMike Kaganski <mike.kaganski@collabora.com>2021-02-19 10:59:44 +0100
commit57dec020b9527d3dd472e33010381822d4ca306c (patch)
tree0a84849c92f4a860f954cff1727bd75892932d2e /sc/inc
parent3d8c288deca6257838aa5b9eb56922754b2532a3 (diff)
tdf#65872 [WIP] Allow prefered interpretation of pasted numbers to be saved
Change-Id: I065f1f8cff1b3c7d7198ce431df39a7b8cb7b593 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107402 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/scabstdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index e6971503a051..0656ca16cc10 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -393,6 +393,7 @@ protected:
public:
virtual LanguageType GetLanguageType() const = 0;
virtual bool IsDateConversionSet() const = 0;
+ virtual bool IsKeepAskingSet() const = 0;
};
class ScAbstractDialogFactory