Kaydet (Commit) 9d4d4d84 authored tarafından Chris Sherlock's avatar Chris Sherlock

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

Change-Id: I6276488e930b60855053747828547e2ed659c060
üst fb684bbd
......@@ -470,7 +470,7 @@ namespace dlgprov
}
else
{
OSL_ASSERT( m_xContext.is() );
assert( m_xContext.is() );
if ( m_xContext.is() )
{
Reference< provider::XScriptProviderFactory > xFactory =
......
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