basic/source/runtime/methods.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9f08211d2461c3d46a5f448f6c399ac6b82e910d Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Jul 17 17:16:51 2017 +0200 loplugin:unnecessaryparen: basic (clang-cl) Change-Id: Id6e339a4d1bc775826ff434bc77beb05fe353324 diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 996542c4b854..478a59a0e1f2 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -2968,7 +2968,7 @@ void SbRtl_GetAttr(StarBASIC * pBasic, SbxArray & rPar, bool bWrite) { nRealFlags = 0; } - nFlags = (sal_Int16) (nRealFlags); + nFlags = (sal_Int16) nRealFlags; } else { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits