From 278aae133e3252572bfae5e950c6ec9f8f254b29 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 2 Jul 2017 22:30:25 +0200 Subject: loplugin:casttovoid: sfx2 Change-Id: If08aeb785b6ccffe477ddacc314f2182f6746648 --- sfx2/source/sidebar/TitleBar.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sfx2/source/sidebar/TitleBar.cxx') diff --git a/sfx2/source/sidebar/TitleBar.cxx b/sfx2/source/sidebar/TitleBar.cxx index 22433123cd4c..f43e8895bbcd 100644 --- a/sfx2/source/sidebar/TitleBar.cxx +++ b/sfx2/source/sidebar/TitleBar.cxx @@ -166,7 +166,6 @@ void TitleBar::PaintFocus(vcl::RenderContext& rRenderContext, const tools::Recta IMPL_LINK(TitleBar, SelectionHandler, ToolBox*, pToolBox, void) { - (void)pToolBox; OSL_ASSERT(maToolBox.get()==pToolBox); const sal_uInt16 nItemId (maToolBox->GetHighlightItemId()); -- cgit