summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-09-26 15:04:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-09-26 20:50:47 +0200
commit94223ae823a2e3e81da5ab0dc827c33f3a23882c (patch)
treeec252ed2442773853c4ff34012711509b3661360 /include
parentebd37bcc22d0c70cc1e4fdd8e4f3d2f8fc256cd8 (diff)
drop unused SvLBoxColorString class
Change-Id: Id78deffe002444656588fee4252a7059989d184b Reviewed-on: https://gerrit.libreoffice.org/79631 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/ctredlin.hxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx
index b7726a75763c..a9ee961c2c3b 100644
--- a/include/svx/ctredlin.hxx
+++ b/include/svx/ctredlin.hxx
@@ -58,23 +58,6 @@ public:
void* pData;
};
-/// Class for the representation of Strings depending on the font.
-class SAL_WARN_UNUSED SvLBoxColorString : public SvLBoxString
-{
-public:
- SvLBoxColorString();
- virtual ~SvLBoxColorString() override;
-
- /** Paint function of the SvLBoxColorString class.
-
- The relevant text with the selected color is drawn in the output device.
- */
- virtual void Paint(const Point& rPos, SvTreeListBox& rOutDev, vcl::RenderContext& rRenderContext,
- const SvViewDataEntry* pView, const SvTreeListEntry& rEntry) override;
-
- virtual std::unique_ptr<SvLBoxItem> Clone(SvLBoxItem const * pSource) const override;
-};
-
class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxRedlinTable
{
private: