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

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

Change-Id: I2472601216309d30c70e0e455ab096b5150640e8
üst f7e9d080
......@@ -156,7 +156,7 @@ namespace accessibility
MAP_ENTRY::iterator mi = m_mapEntry.find(pEntry);
if(mi != m_mapEntry.end())
{
OSL_ASSERT(mi->second.get() != nullptr);
assert(mi->second.get() != nullptr);
m_xFocusedChild = mi->second;
}
else
......
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