toolkit/source/awt/vclxwindows.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit bce99945d8bf764bfd40183a709142e0ea6b36ac Author: Caolán McNamara <caol...@redhat.com> Date: Fri Jul 11 16:15:25 2014 +0100 coverity#736076 Missing break in switch, its got to be wrong Change-Id: I21a3b2b794a431d07df8a1bc250e8f0aacaf3059 diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 00f7cc5..71d4f03 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -2576,6 +2576,7 @@ throw(::com::sun::star::uno::RuntimeException, std::exception) // but no pages created if ( nId && nId <= getWindows().getLength() ) activateTab( nId ); + break; } case BASEPROPERTY_GRAPHIC: {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits