diff options
author | Rishabh Kumar <kris.kr296@gmail.com> | 2016-07-20 23:03:37 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-07-21 06:20:44 +0000 |
commit | 45e9ccb69909fab6934f62b439962814ffa9d827 (patch) | |
tree | b4d6227c9ec2a4e6485ea7d0dec80805be29ad0e /include | |
parent | a59b6be0850a68a1bb5d7099a004a86c0fcb6e40 (diff) |
Remove PatternLB dead code
PatternLB is replaced by SvxPresetListBox in tppattern.cxx
Change-Id: Ie4ec100963b714e07807f8b600cca2e165fb4641
Reviewed-on: https://gerrit.libreoffice.org/27353
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/dlgctrl.hxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index 92b656cecb9a..e32bfc1ffe29 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -270,24 +270,6 @@ private: /************************************************************************/ -class SAL_WARN_UNUSED SVX_DLLPUBLIC PatternLB : public ListBox -{ -public: - explicit PatternLB(vcl::Window* pParent, WinBits aWB); - - void Fill(const XPatternListRef &pList); - - void Append(const Size& rSize, const XBitmapEntry& rEntry); - void Modify(const Size& rSize, const XBitmapEntry& rEntry, sal_Int32 nPos); - -private: - BitmapEx maBitmapEx; - - XPatternListRef mpList; -}; - -/************************************************************************/ - class SAL_WARN_UNUSED SVX_DLLPUBLIC FillAttrLB : public ColorListBox { private: |