summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2016-07-07 19:51:01 +0530
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-07-07 19:42:47 +0000
commita38901295082ff72948a18fe9c82c37973061490 (patch)
tree632de039541325adcdb10b7a48d1a598b33c23e1 /svx
parentbae5a12b04d6ea99729f69005ca9931148d7ee3b (diff)
Add XBitmapList to SvxPresetListBox
Change-Id: I104463039f3aad5d19b3badca9a104021acf3b94 Reviewed-on: https://gerrit.libreoffice.org/27012 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
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 )