summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/DrawHelper.cxx
diff options
context:
space:
mode:
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: */