summaryrefslogtreecommitdiff
path: root/include/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 /include/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 'include/svx')
-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();
};