summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@yahoo.in>2016-07-07 20:01:23 +0000
committerRishabh Kumar <kris.kr296@yahoo.in>2016-07-07 20:10:19 +0000
commit8550366138d576123b9e66a1a7915a04026d79cd (patch)
tree8f1be001660ff9dd676d8920f16045c6f9e4e58f /svx
parentd1a32a01be704cf91ec1c2b779f21784e8c443a7 (diff)
Revert "Add XBitmapList to SvxPresetListBox"
This reverts commit a38901295082ff72948a18fe9c82c37973061490. Change-Id: Ibfee6df54c24baf8b4e9cfc47be3f12e0ebd82a4 Reviewed-on: https://gerrit.libreoffice.org/27020 Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in> Tested-by: Rishabh Kumar <kris.kr296@yahoo.in>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/SvxPresetListBox.cxx5
1 files changed, 0 insertions, 5 deletions
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 )