summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-03 15:15:32 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:45 +0200
commit56b24765f24222d3d1a2fe488b89c56a331ffce0 (patch)
tree5383c777a67f3cfce54a2af76dcfd4c64712924b /vcl
parente9b2ee303789c290b392c524e7afcd2ee870de07 (diff)
remove unused code ToolBox::GetItemExpand(unsigned short)
Change-Id: If28d796a72ca7f375a82fbb0a42e9810db6f34c0
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/toolbox2.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx
index 6008cfee8b22..af2f16773c1a 100644
--- a/vcl/source/window/toolbox2.cxx
+++ b/vcl/source/window/toolbox2.cxx
@@ -1207,14 +1207,6 @@ void ToolBox::SetItemExpand( sal_uInt16 nItemId, bool bExpand )
}
}
-bool ToolBox::GetItemExpand( sal_uInt16 nItemId ) const
-{
- ImplToolItem* pItem = ImplGetItem( nItemId );
- if (!pItem)
- return false;
- return pItem->mbExpand;
-}
-
void ToolBox::SetItemData( sal_uInt16 nItemId, void* pNewData )
{
sal_uInt16 nPos = GetItemPos( nItemId );