summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/DrawHelper.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-11-12 20:48:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-11-20 21:07:56 +0100
commit75b9109a2da35cf0f0914504145d84cf918c6af2 (patch)
treece444db75d6f2282e86d86c89c0cce66ab937c8d /sfx2/source/sidebar/DrawHelper.cxx
parent94ea1c89e959069aa7c735317470712012df2362 (diff)
weld TabBar
Change-Id: I698f4dfc64bfa9bc4896111757616b4051b10293 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105797 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/sidebar/DrawHelper.cxx')
-rw-r--r--sfx2/source/sidebar/DrawHelper.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/sidebar/DrawHelper.cxx b/sfx2/source/sidebar/DrawHelper.cxx
index 52da8bf8a422..ceb4d23717d6 100644
--- a/sfx2/source/sidebar/DrawHelper.cxx
+++ b/sfx2/source/sidebar/DrawHelper.cxx
@@ -64,14 +64,6 @@ void DrawHelper::DrawVerticalLine(vcl::RenderContext& rRenderContext, const sal_
}
}
-void DrawHelper::DrawRoundedRectangle(vcl::RenderContext& rRenderContext, const tools::Rectangle& rBox, const sal_Int32 nCornerRadius,
- const Color& rBorderColor, const Color& rFillColor)
-{
- rRenderContext.SetLineColor(rBorderColor);
- rRenderContext.SetFillColor(rFillColor);
- rRenderContext.DrawRect(rBox, nCornerRadius, nCornerRadius);
-}
-
} // end of namespace sfx2::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */