diff options
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 1 |
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 |