summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2016-07-07 19:51:01 +0530
committerRishabh Kumar <kris.kr296@yahoo.in>2016-07-08 21:52:21 +0000
commit934552238ff72fa961c8789560ec0ee00621c279 (patch)
treee085a76728e3f1f881d6ffd0b8e596496cbb4db2 /svx
parent70969e6663c0563d95c7fd6fc8909b334158b4b4 (diff)
Add XBitmapList to SvxPresetListBox
Change-Id: I163e39c7e2830164059e22d5dbc4249c84e3dffc Reviewed-on: https://gerrit.libreoffice.org/27023 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/SvxPresetListBox.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/SvxPresetListBox.cxx b/svx/source/tbxctrls/SvxPresetListBox.cxx
index 3607c3088d97..4492ace01537 100644
--- a/svx/source/tbxctrls/SvxPresetListBox.cxx
+++ b/svx/source/tbxctrls/SvxPresetListBox.cxx
@@ -108,6 +108,11 @@ 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 )