tdf#43157: convert scripting module away from OSL_ASSERT to assert

Change-Id: I6276488e930b60855053747828547e2ed659c060
This commit is contained in:
Chris Sherlock
2017-05-07 13:59:06 +10:00
parent fb684bbd9d
commit 9d4d4d8434

View File

@@ -470,7 +470,7 @@ namespace dlgprov
}
else
{
OSL_ASSERT( m_xContext.is() );
assert( m_xContext.is() );
if ( m_xContext.is() )
{
Reference< provider::XScriptProviderFactory > xFactory =