Kaydet (Commit) 089fdb63 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

OSL_ENSURE always makes the condition visible to the compiler now

Change-Id: Ifc2f4592fdd4cfebdefc0c4b94656ffc06ddf879
üst 077fd3d9
......@@ -143,7 +143,7 @@ void OColumnAlias::initialize( const ::com::sun::star::uno::Reference< ::com::su
}
}
OSL_ENSURE( bFound, "OColumnAlias::setAlias: did not find a programmatic name which exists in the configuration!" ); (void)bFound;
OSL_ENSURE( bFound, "OColumnAlias::setAlias: did not find a programmatic name which exists in the configuration!" );
}
}
catch( const Exception& )
......
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