summaryrefslogtreecommitdiff
path: root/include/svx/SvxPresetListBox.hxx
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2016-07-20 01:01:19 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-07-20 20:24:47 +0000
commit83a0ba1207a66d423350846b3f9c2f148602edd4 (patch)
treebba65dc5436b1c83d48fda7c8c9d8896e663adef /include/svx/SvxPresetListBox.hxx
parent356456a8573b16838ac84ef11a4a084f4be36099 (diff)
Add XPatternList to SvxPresetListBox
Change-Id: I39bbf28c4468123c853577f7d7e94d619ec7da3b Reviewed-on: https://gerrit.libreoffice.org/27324 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svx/SvxPresetListBox.hxx')
-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 17a9f94f6952..84f2c4cacc49 100644
--- a/include/svx/SvxPresetListBox.hxx
+++ b/include/svx/SvxPresetListBox.hxx
@@ -63,6 +63,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 FillPresetListBox(XPatternList& pList, sal_uInt32 nStartIndex = 1);
void DrawLayout();
};