basic/source/sbx/sbxvalue.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit a20f9388f1487c68d707084e0213f17d899f531c Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Jan 13 17:20:28 2016 +0100 -Werror=misleading-indentation (GCC 6) Change-Id: Ia633b859df94ede325469ec8a20e7383d2a178d4 diff --git a/basic/source/sbx/sbxvalue.cxx b/basic/source/sbx/sbxvalue.cxx index e8816a7..692109e 100644 --- a/basic/source/sbx/sbxvalue.cxx +++ b/basic/source/sbx/sbxvalue.cxx @@ -1196,7 +1196,8 @@ Lbl_OpIsDouble: aL.nDouble *= aR.nDouble; break; case SbxDIV: if( !aR.nDouble ) SetError( ERRCODE_SBX_ZERODIV ); - else aL.nDouble /= aR.nDouble; break; + else aL.nDouble /= aR.nDouble; + break; case SbxPLUS: aL.nDouble += aR.nDouble; break; case SbxMINUS: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits