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

coverity#705322 Missing break in switch, assuming incorrect

especially because the setProperty logic now matches the getPropery one

Change-Id: I7ebeabc9defed00d1853c3b91fbbf592e1940aa8
üst 804c4983
...@@ -2077,6 +2077,7 @@ void VCLXWindow::setProperty( const OUString& PropertyName, const ::com::sun::st ...@@ -2077,6 +2077,7 @@ void VCLXWindow::setProperty( const OUString& PropertyName, const ::com::sun::st
break; break;
} }
} }
break;
case BASEPROPERTY_MULTILINE: case BASEPROPERTY_MULTILINE:
{ {
if ( ( eWinType == WINDOW_FIXEDTEXT ) if ( ( eWinType == WINDOW_FIXEDTEXT )
......
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