summaryrefslogtreecommitdiff
path: root/svtools/source/contnr
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-28 09:22:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-28 09:50:33 +0100
commit6a39fdf81fa561a587b9b9c6a28ba2891f448563 (patch)
tree22550852b3b9c4d01624f4985cf62da604a8271d /svtools/source/contnr
parent4bd317f845c2f3470c7fc354e478be08c2949e0c (diff)
callcatcher: update unused code
Change-Id: I6cb74836f98d7507359f39e1fd03a1462b2e0c31
Diffstat (limited to 'svtools/source/contnr')
-rw-r--r--svtools/source/contnr/treelistbox.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx
index e165ace86b84..29956ca9d09b 100644
--- a/svtools/source/contnr/treelistbox.cxx
+++ b/svtools/source/contnr/treelistbox.cxx
@@ -3817,18 +3817,6 @@ void SvTreeListBox::EnableContextMenuHandling( void )
pImp->bContextMenuHandling = true;
}
-void SvTreeListBox::EnableContextMenuHandling( bool b )
-{
- assert(pImp && "-SvTreeListBox::EnableContextMenuHandling(): No implementation!");
- pImp->bContextMenuHandling = b;
-}
-
-bool SvTreeListBox::IsContextMenuHandlingEnabled( void ) const
-{
- assert(pImp && "-SvTreeListBox::IsContextMenuHandlingEnabled(): No implementation!");
- return pImp->bContextMenuHandling;
-}
-
void SvTreeListBox::EnableList( bool _bEnable )
{
// call base class method