Kaydet (Commit) 76d6f75b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: switch statement contains 'default' but no 'case' labels

üst 2bc6f342
...@@ -6665,14 +6665,7 @@ throw(::com::sun::star::uno::RuntimeException) ...@@ -6665,14 +6665,7 @@ throw(::com::sun::star::uno::RuntimeException)
(void)bVoid; (void)bVoid;
#endif #endif
sal_uInt16 nPropType = GetPropertyId( PropertyName ); VCLXContainer::setProperty( PropertyName, Value );
switch ( nPropType )
{
default:
{
VCLXContainer::setProperty( PropertyName, Value );
}
}
} }
void VCLXFrame::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) void VCLXFrame::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent )
......
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