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

Stephan Bergmann sbergman at redhat.com
Thu Sep 14 06:36:25 UTC 2017


 avmedia/source/win/player.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 303380beef4ab88433006d4aeeb65ea1ee7f3990
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Sep 14 08:35:54 2017 +0200

    loplugin:unnecessaryparen (clang-cl)
    
    Change-Id: I5335d639cddb07ad442d1e09f2d2ac694c38ccaf

diff --git a/avmedia/source/win/player.cxx b/avmedia/source/win/player.cxx
index a7c3e6bd766d..c0579c225dde 100644
--- a/avmedia/source/win/player.cxx
+++ b/avmedia/source/win/player.cxx
@@ -403,7 +403,7 @@ sal_Int16 SAL_CALL Player::getVolumeDB(  )
 {
     ::osl::MutexGuard aGuard(m_aMutex);
 
-    return( static_cast< sal_Int16 >( mnUnmutedVolume / 100 ) );
+    return static_cast< sal_Int16 >( mnUnmutedVolume / 100 );
 }
 
 


More information about the Libreoffice-commits mailing list