summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/DeckTitleBar.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-18 10:59:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-21 10:00:23 +0200
commit729989d485b0932bfac6997aa73e66364dc80cee (patch)
tree6f97c1497f7446de45bf75512fd220bf1967007a /sfx2/source/sidebar/DeckTitleBar.cxx
parent67d5fbe0d0f63407e768d329ec7a2bdc131fdaf9 (diff)
loplugin:virtualdead unused param in TitleBar::PaintDecoration
Change-Id: I3dd8ee6492be1a4b3d1032c4d50cc01111d748cb Reviewed-on: https://gerrit.libreoffice.org/81185 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/sidebar/DeckTitleBar.cxx')
-rw-r--r--sfx2/source/sidebar/DeckTitleBar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/DeckTitleBar.cxx b/sfx2/source/sidebar/DeckTitleBar.cxx
index 68301704972a..95e11dded6e3 100644
--- a/sfx2/source/sidebar/DeckTitleBar.cxx
+++ b/sfx2/source/sidebar/DeckTitleBar.cxx
@@ -93,7 +93,7 @@ tools::Rectangle DeckTitleBar::GetDragArea()
);
}
-void DeckTitleBar::PaintDecoration(vcl::RenderContext& rRenderContext, const tools::Rectangle& /*rTitleBarBox*/)
+void DeckTitleBar::PaintDecoration(vcl::RenderContext& rRenderContext)
{
Image aImage (Theme::GetImage(Theme::Image_Grip));
const Point aTopLeft(gaLeftGripPadding,