summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-28 09:02:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-28 09:02:37 +0100
commitb74f17642d0bcd94b938241ba8a6ce3ee09af757 (patch)
treea7b7346524d82be536f0bcf72756169f74b710d2 /svtools
parenta2c7a85db679aa537524a772ce7989980398fe34 (diff)
callcatcher: ditch various unused methods
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/contnr/svimpbox.cxx23
-rw-r--r--svtools/source/inc/svimpbox.hxx4
2 files changed, 0 insertions, 27 deletions
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx
index e0e9efca6f59..cf533304b8b5 100644
--- a/svtools/source/contnr/svimpbox.cxx
+++ b/svtools/source/contnr/svimpbox.cxx
@@ -3393,17 +3393,6 @@ void SvImpLBox::SetUpdateMode( sal_Bool bMode )
}
}
-void SvImpLBox::SetUpdateModeFast( sal_Bool bMode )
-{
- if( bUpdateMode != bMode )
- {
- bUpdateMode = bMode;
- if( bUpdateMode )
- UpdateAll( sal_False, sal_False );
- }
-}
-
-
sal_Bool SvImpLBox::SetMostRight( SvLBoxEntry* pEntry )
{
if( pView->nTreeFlags & TREEFLAG_RECALCTABS )
@@ -3545,18 +3534,6 @@ void SvImpLBox::ShowFocusRect( const SvLBoxEntry* pEntry )
}
}
-void SvImpLBox::SetTabBar( TabBar* _pTabBar )
-{
- pTabBar = _pTabBar;
-}
-
-void SvImpLBox::CancelPendingEdit()
-{
- if( aEditTimer.IsActive() )
- aEditTimer.Stop();
- nFlags &= ~F_START_EDITTIMER;
-}
-
// -----------------------------------------------------------------------
void SvImpLBox::implInitDefaultNodeImages()
{
diff --git a/svtools/source/inc/svimpbox.hxx b/svtools/source/inc/svimpbox.hxx
index d38046a6f47c..44685901ffbf 100644
--- a/svtools/source/inc/svimpbox.hxx
+++ b/svtools/source/inc/svimpbox.hxx
@@ -353,14 +353,10 @@ public:
void RepaintScrollBars();
void EnableAsyncDrag( sal_Bool b) { bAsyncBeginDrag = b; }
void SetUpdateMode( sal_Bool );
- void SetUpdateModeFast( sal_Bool );
sal_Bool GetUpdateMode() const { return bUpdateMode; }
Rectangle GetClipRegionRect() const;
sal_Bool HasHorScrollBar() const { return aHorSBar.IsVisible(); }
void ShowFocusRect( const SvLBoxEntry* pEntry );
- void SetTabBar( TabBar* pTabBar );
- void CancelPendingEdit();
-
void CallEventListeners( sal_uLong nEvent, void* pData = NULL );
/** Enables, that one cell of a tablistbox entry can be focused */