Kaydet (Commit) 521cf8fe authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin if-body warning

Change-Id: If19c06fafc6bdf121e72e49329c89839693297bf
üst 1a56bda2
...@@ -266,7 +266,9 @@ namespace ...@@ -266,7 +266,9 @@ namespace
Reference< XControlModel > xControlModel( _object.GetUnoControlModel(), UNO_QUERY ); Reference< XControlModel > xControlModel( _object.GetUnoControlModel(), UNO_QUERY );
OSL_ENSURE( xControlModel.is(), "lcl_removeFormObject: suspicious: no control model!" ); OSL_ENSURE( xControlModel.is(), "lcl_removeFormObject: suspicious: no control model!" );
if ( !xControlModel.is() ) if ( !xControlModel.is() )
{
return; return;
}
#if OSL_DEBUG_LEVEL > 0 #if OSL_DEBUG_LEVEL > 0
Any aOldAssignment = Any aOldAssignment =
......
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