Kaydet (Commit) 6fa4b7e0 authored tarafından Chris Sherlock's avatar Chris Sherlock

tdf#43157: convert xmlhelp codebase away from OSL_ASSERT to assert

Change-Id: I84fc0f1a39a47e357e8132b92665ea18501df92e
üst 17ecba5a
......@@ -79,7 +79,7 @@ namespace helpdatafileproxy {
, m_nItRead( -1 )
, m_iItPos( -1 )
{
OSL_ASSERT(comphelper::isFileUrl(rFileURL));
assert(comphelper::isFileUrl(rFileURL));
}
~Hdf()
{ releaseHashMap(); }
......
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