diff options
Diffstat (limited to 'sc/inc/validat.hxx')
-rw-r--r-- | sc/inc/validat.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx index 4afd9e2ba8f2..365cc3aca074 100644 --- a/sc/inc/validat.hxx +++ b/sc/inc/validat.hxx @@ -159,7 +159,8 @@ public: OUString& rStrResult, double& nVal, sal_uInt32& nFormat, bool& bIsVal) const; // TRUE -> break - bool DoError(weld::Window* pParent, const OUString& rInput, const ScAddress& rPos) const; + void DoError(weld::Window* pParent, const OUString& rInput, const ScAddress& rPos, + const std::function<void(bool forget)>& callback) const; void DoCalcError( ScFormulaCell* pCell ) const; bool IsEmpty() const; |