diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-01-26 23:45:06 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-01-27 00:15:50 -0600 |
commit | 2a339a2ffc7f9923648d83bf287228a9008a54b9 (patch) | |
tree | 725bba69b01015138584180ac77a9cd7c9d9664f /sc/inc/validat.hxx | |
parent | 33c387d27fd36448372d11cb4c4a1971ef5058d1 (diff) |
coverity#1103748 coverity#708009 coverity#708011-12
Change-Id: I8855114b3cd6cf073af182b5730c3fc9e08a56df
Diffstat (limited to 'sc/inc/validat.hxx')
-rw-r--r-- | sc/inc/validat.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx index c66c92916089..ccf50a6ca6ed 100644 --- a/sc/inc/validat.hxx +++ b/sc/inc/validat.hxx @@ -75,8 +75,6 @@ private: OUString aErrorTitle; OUString aErrorMessage; - bool bIsUsed; // temporary during saving - bool DoMacro( const ScAddress& rPos, const OUString& rInput, ScFormulaCell* pCell, Window* pParent ) const; @@ -145,9 +143,6 @@ public: sal_uInt32 GetKey() const { return nKey; } void SetKey(sal_uInt32 nNew) { nKey = nNew; } // only if not inserted! - void SetUsed(bool bSet) { bIsUsed = bSet; } - bool IsUsed() const { return bIsUsed; } - bool EqualEntries( const ScValidationData& r ) const; // for undo // sort (using std::set) by index |