Kaydet (Commit) 85503661 authored tarafından Rishabh Kumar's avatar Rishabh Kumar

Revert "Add XBitmapList to SvxPresetListBox"

This reverts commit a3890129.

Change-Id: Ibfee6df54c24baf8b4e9cfc47be3f12e0ebd82a4
Reviewed-on: https://gerrit.libreoffice.org/27020Reviewed-by: 's avatarRishabh Kumar <kris.kr296@yahoo.in>
Tested-by: 's avatarRishabh Kumar <kris.kr296@yahoo.in>
üst d1a32a01
......@@ -59,7 +59,6 @@ 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();
};
......
......@@ -108,11 +108,6 @@ 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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment