summaryrefslogtreecommitdiff
path: root/sfx2/inc/sidebar/DrawHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/sidebar/DrawHelper.hxx')
-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 a066b157aee4..8ac1c7e51c49 100644
--- a/sfx2/inc/sidebar/DrawHelper.hxx
+++ b/sfx2/inc/sidebar/DrawHelper.hxx
@@ -36,8 +36,6 @@ public:
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,
const sal_Int32 nX, const sal_Int32 nWidth, const Color& rColor);
- static void DrawRoundedRectangle(vcl::RenderContext& rRenderContext, const tools::Rectangle& rBox, const sal_Int32 nCornerRadius,
- const Color& rBorderColor, const Color& rFillColor);
};
} // end of namespace sfx2::sidebar