[Libreoffice-commits] core.git: svx/source

Markus Mohrhard markus.mohrhard at googlemail.com
Tue Feb 28 03:00:14 UTC 2017


 svx/source/sidebar/media/MediaPlaybackPanel.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 342f5b842ba1ee727732cf103481c3b0b0d3cc79
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Feb 28 02:16:44 2017 +0100

    we can just comment the variable name out
    
    Change-Id: Idcb2365f3ba39a086eaa4698457fcd02cec780f8
    Reviewed-on: https://gerrit.libreoffice.org/34709
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/svx/source/sidebar/media/MediaPlaybackPanel.cxx b/svx/source/sidebar/media/MediaPlaybackPanel.cxx
index fe7c0f9..71250ab 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)


More information about the Libreoffice-commits mailing list