summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/svx/SvxPresetListBox.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/SvxPresetListBox.hxx b/include/svx/SvxPresetListBox.hxx
index 38e8d2b14e9a..378c9c0f334a 100644
--- a/include/svx/SvxPresetListBox.hxx
+++ b/include/svx/SvxPresetListBox.hxx
@@ -59,6 +59,7 @@ public:
void FillPresetListBox(XGradientList& pList, sal_uInt32 nStartIndex = 1);
void FillPresetListBox(XHatchList& pList, sal_uInt32 nStartIndex = 1);
+ void FillPresetListBox(XBitmapList& pList, sal_uInt32 nStartIndex = 1);
void DrawLayout();
};