From 8550366138d576123b9e66a1a7915a04026d79cd Mon Sep 17 00:00:00 2001 From: Rishabh Kumar Date: Thu, 7 Jul 2016 20:01:23 +0000 Subject: Revert "Add XBitmapList to SvxPresetListBox" This reverts commit a38901295082ff72948a18fe9c82c37973061490. Change-Id: Ibfee6df54c24baf8b4e9cfc47be3f12e0ebd82a4 Reviewed-on: https://gerrit.libreoffice.org/27020 Reviewed-by: Rishabh Kumar Tested-by: Rishabh Kumar --- svx/source/tbxctrls/SvxPresetListBox.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'svx') diff --git a/svx/source/tbxctrls/SvxPresetListBox.cxx b/svx/source/tbxctrls/SvxPresetListBox.cxx index 4492ace01537..3607c3088d97 100644 --- a/svx/source/tbxctrls/SvxPresetListBox.cxx +++ b/svx/source/tbxctrls/SvxPresetListBox.cxx @@ -108,11 +108,6 @@ void SvxPresetListBox::FillPresetListBox(XHatchList& pList, sal_uInt32 nStartInd FillPresetListBoxImpl< XHatchList, XHatchEntry>( pList, nStartIndex ); } -void SvxPresetListBox::FillPresetListBox(XBitmapList& pList, sal_uInt32 nStartIndex) -{ - FillPresetListBoxImpl< XBitmapList, XBitmapEntry >( pList, nStartIndex ); -} - IMPL_LINK_TYPED(SvxPresetListBox, OnMenuItemSelected, Menu*, pMenu, bool) { if( pMenu == nullptr ) -- cgit