summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-03-24 14:47:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-03-24 20:00:47 +0100
commit3b9866ee35fe3567e850f0f1a888d96e60b6fbfa (patch)
treef31d1041ff04dee34995ef7629112a1051162f9b /sfx2/inc
parent137b08799808d93614045aba7f7c2e77b7eaf9d3 (diff)
loplugin:unusedmethods
Change-Id: Id54e7545b3a69e03c29daf9d372bbf605312f547 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113036 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sidebar/DrawHelper.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/sidebar/DrawHelper.hxx b/sfx2/inc/sidebar/DrawHelper.hxx
index 8ac1c7e51c49..3de485674a01 100644
--- a/sfx2/inc/sidebar/DrawHelper.hxx
+++ b/sfx2/inc/sidebar/DrawHelper.hxx
@@ -30,8 +30,6 @@ namespace sfx2::sidebar {
class DrawHelper
{
public:
- static void DrawBorder(vcl::RenderContext& rRenderContext, const tools::Rectangle& rBox, const SvBorder& rBorderSize,
- const Color& rHorizontalColor, const Color& rVerticalColor);
static void DrawHorizontalLine(vcl::RenderContext& rRenderContext, const sal_Int32 nLeft, const sal_Int32 nRight,
const sal_Int32 nY, const sal_Int32 nHeight, const Color& rColor);
static void DrawVerticalLine(vcl::RenderContext& rRenderContext, const sal_Int32 nTop, const sal_Int32 nBottom,