summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-16 09:48:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-16 10:26:03 +0000
commit08c475bb24a34f3a6a3f08e8490b521e8dcc96be (patch)
tree45380d74b4b7f751d43041f28e9588f8ca7a1a89 /tools/source
parent46087fd1b7186cd181275693e72494c4a07c0c38 (diff)
callcatcher: update unused code list
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/memtools/multisel.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/source/memtools/multisel.cxx b/tools/source/memtools/multisel.cxx
index fd61bcbb227f..79f6662824f4 100644
--- a/tools/source/memtools/multisel.cxx
+++ b/tools/source/memtools/multisel.cxx
@@ -539,23 +539,6 @@ long MultiSelection::ImplFwdUnselected()
// -----------------------------------------------------------------------
-long MultiSelection::ImplBwdUnselected()
-{
- if ( !bCurValid )
- return SFX_ENDOFSELECTION;
-
- if ( aSels[ nCurSubSel ]->Max() < nCurIndex )
- return nCurIndex;
-
- nCurIndex = aSels[ nCurSubSel-- ]->Min() - 1;
- if ( nCurIndex >= 0 )
- return nCurIndex;
- else
- return SFX_ENDOFSELECTION;
-}
-
-// -----------------------------------------------------------------------
-
long MultiSelection::FirstSelected( sal_Bool bInverse )
{
bInverseCur = bInverse;