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