Kaydet (Commit) 04a7e55b authored tarafından Michael Stahl's avatar Michael Stahl

bridges: oops some semicolons got lost

Change-Id: I5c2f9286067237ec1a9df6a47009e25e82ea7f63
üst 5009ed5e
......@@ -309,7 +309,7 @@ namespace CPPU_CURRENT_NAMESPACE
RuntimeException aRE( "no exception header!" );
Type const & rType = ::getCppuType( &aRE );
uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno );
SAL_WARN("bridges", aRE.Message)
SAL_WARN("bridges", aRE.Message);
return;
}
......@@ -325,7 +325,7 @@ namespace CPPU_CURRENT_NAMESPACE
RuntimeException aRE( OUString("exception type not found: ") + unoName );
Type const & rType = ::getCppuType( &aRE );
uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno );
SAL_WARN("bridges", aRE.Message)
SAL_WARN("bridges", aRE.Message);
}
else
{
......
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