diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-02-28 02:16:44 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-02-28 02:59:43 +0000 |
commit | 342f5b842ba1ee727732cf103481c3b0b0d3cc79 (patch) | |
tree | 8502b29911804e071e59b8525f95614bb00add36 /svx/source | |
parent | 56d44e10dfc54bd9296fb0cdfe5b0772022be0b4 (diff) |
we can just comment the variable name out
Change-Id: Idcb2365f3ba39a086eaa4698457fcd02cec780f8
Reviewed-on: https://gerrit.libreoffice.org/34709
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/sidebar/media/MediaPlaybackPanel.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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) |