tdf#43157: convert scripting module away from OSL_ASSERT to assert
Change-Id: I6276488e930b60855053747828547e2ed659c060
This commit is contained in:
@@ -470,7 +470,7 @@ namespace dlgprov
|
||||
}
|
||||
else
|
||||
{
|
||||
OSL_ASSERT( m_xContext.is() );
|
||||
assert( m_xContext.is() );
|
||||
if ( m_xContext.is() )
|
||||
{
|
||||
Reference< provider::XScriptProviderFactory > xFactory =
|
||||
|
Reference in New Issue
Block a user