diff options
Diffstat (limited to 'stoc/test/testcorefl.cxx')
-rw-r--r-- | stoc/test/testcorefl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/test/testcorefl.cxx b/stoc/test/testcorefl.cxx index df6542407d38..3b2a02cccd8a 100644 --- a/stoc/test/testcorefl.cxx +++ b/stoc/test/testcorefl.cxx @@ -348,11 +348,11 @@ SAL_IMPLEMENT_MAIN() OUString( "stoctest.rdb" ) ) ); Reference< XComponentContext > xContext; Reference< beans::XPropertySet > xProps( xMgr, UNO_QUERY ); - assert( xProps.is() ); + OSL_ASSERT( xProps.is() ); xProps->getPropertyValue( OUString( "DefaultContext" ) ) >>= xContext; - assert( xContext.is() ); + OSL_ASSERT( xContext.is() ); Reference< XIdlReflection > xRefl; xContext->getValueByName( |