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

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

Change-Id: I8aefdc3172578535fde5ea6b86b80af7a017e5e8
üst 6b3b0b85
......@@ -92,7 +92,7 @@ executeErrorDialog(
break;
default:
OSL_ASSERT(false);
assert(false);
break;
}
}
......
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