diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-08-26 01:58:01 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-26 07:51:43 +0000 |
commit | 532c2bba7d9985a10b112c880f21691f6b66c19c (patch) | |
tree | edf7975558d11d99cbf9c864b1b5304759cc9019 /include/svtools/svlbitm.hxx | |
parent | ef699b4d41cc602322d980027956aab636c776d5 (diff) |
remove SvLBoxBmp class
not used by anything
Change-Id: I35d12bdd29c5aef43296ce4709e69b29f4685acc
Reviewed-on: https://gerrit.libreoffice.org/28398
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svtools/svlbitm.hxx')
-rw-r--r-- | include/svtools/svlbitm.hxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/svtools/svlbitm.hxx b/include/svtools/svlbitm.hxx index 2e5f83e107ec..f520f8682625 100644 --- a/include/svtools/svlbitm.hxx +++ b/include/svtools/svlbitm.hxx @@ -133,21 +133,6 @@ public: virtual void Clone(SvLBoxItem* pSource) override; }; -class SvLBoxBmp : public SvLBoxItem -{ - Image aBmp; -public: - SvLBoxBmp(); - virtual ~SvLBoxBmp(); - virtual SvLBoxItemType GetType() const override; - virtual void InitViewData( SvTreeListBox* ,SvTreeListEntry*, SvViewDataItem* = nullptr ) override; - virtual void Paint(const Point& rPos, SvTreeListBox& rOutDev, vcl::RenderContext& rRenderContext, - const SvViewDataEntry* pView, const SvTreeListEntry& rEntry) override; - virtual SvLBoxItem* Create() const override; - virtual void Clone( SvLBoxItem* pSource ) override; -}; - - class SVT_DLLPUBLIC SvLBoxButton : public SvLBoxItem { bool isVis; |