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

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

Change-Id: I446eb5831dd41edac0752d1c4813a7e711042cd3
üst 381c43eb
......@@ -161,7 +161,7 @@ void SmWordExportBase::HandleMath(const SmNode* pNode, int nLevel)
{
case TDIVIDEBY:
case TACUTE:
OSL_ASSERT(false);
assert(false);
SAL_FALLTHROUGH; // the above are handled elsewhere, e.g. when handling BINHOR
default:
HandleText(pNode, nLevel);
......
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