summaryrefslogtreecommitdiff
path: root/sc/source/core/data/validat.cxx
diff options
context:
space:
mode:
authorAlfonso Eusebio <alfonso_eusebio@yahoo.co.uk>2011-02-06 17:58:59 +0000
committerKohei Yoshida <kyoshida@novell.com>2011-02-08 21:02:19 -0500
commit4a928babb5dbcff831be05503e5793ebed4217bb (patch)
tree5a51d232c4d502d962a3d5d7f05bc6447646734c /sc/source/core/data/validat.cxx
parent223d92f2add27f7d8d658b51b0bfa9417d6c9418 (diff)
Removed unused functions and classes form calc 3last
Removed unused function and some entire classes from calc. The functions removed are some of those identified by call-catcher.
Diffstat (limited to 'sc/source/core/data/validat.cxx')
-rw-r--r--sc/source/core/data/validat.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/source/core/data/validat.cxx b/sc/source/core/data/validat.cxx
index 68fdaeeccd69..bcc46b000040 100644
--- a/sc/source/core/data/validat.cxx
+++ b/sc/source/core/data/validat.cxx
@@ -961,15 +961,6 @@ void ScValidationDataList::UpdateMoveTab( SCTAB nOldPos, SCTAB nNewPos )
(*this)[i]->UpdateMoveTab( nOldPos, nNewPos );
}
-bool ScValidationDataList::MarkUsedExternalReferences() const
-{
- bool bAllMarked = false;
- USHORT nCount = Count();
- for (USHORT i=0; !bAllMarked && i<nCount; i++)
- bAllMarked = (*this)[i]->MarkUsedExternalReferences();
- return bAllMarked;
-}
-
BOOL ScValidationDataList::operator==( const ScValidationDataList& r ) const
{
// fuer Ref-Undo - interne Variablen werden nicht verglichen