[Libreoffice-commits] core.git: toolkit/source
Caolán McNamara
caolanm at redhat.com
Fri Jul 11 08:41:05 PDT 2014
toolkit/source/awt/vclxwindows.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit bce99945d8bf764bfd40183a709142e0ea6b36ac
Author: Caolán McNamara <caolanm at 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:
{
More information about the Libreoffice-commits
mailing list