Kaydet (Commit) bce99945 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#736076 Missing break in switch, its got to be wrong

Change-Id: I21a3b2b794a431d07df8a1bc250e8f0aacaf3059
üst 9e328623
......@@ -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:
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment