From 342f5b842ba1ee727732cf103481c3b0b0d3cc79 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 28 Feb 2017 02:16:44 +0100 Subject: we can just comment the variable name out Change-Id: Idcb2365f3ba39a086eaa4698457fcd02cec780f8 Reviewed-on: https://gerrit.libreoffice.org/34709 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- svx/source/sidebar/media/MediaPlaybackPanel.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'svx/source') diff --git a/svx/source/sidebar/media/MediaPlaybackPanel.cxx b/svx/source/sidebar/media/MediaPlaybackPanel.cxx index fe7c0f9600f7..71250abbf900 100644 --- a/svx/source/sidebar/media/MediaPlaybackPanel.cxx +++ b/svx/source/sidebar/media/MediaPlaybackPanel.cxx @@ -97,9 +97,8 @@ void MediaPlaybackPanel::NotifyItemUpdate( const sal_uInt16 nSID, const SfxItemState eState, const SfxPoolItem* pState, - const bool bIsEnabled) + const bool /*bIsEnabled*/) { - (void)bIsEnabled; if( nSID == SID_AVMEDIA_TOOLBOX ) { if(eState >= SfxItemState::DEFAULT) -- cgit