avmedia/source/win/player.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 303380beef4ab88433006d4aeeb65ea1ee7f3990 Author: Stephan Bergmann <sberg...@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 ); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits