diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-05-07 09:30:42 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-05-07 09:30:42 +1000 |
commit | f7e9d0804cd06dc4870be5cc23e76b696442f1c4 (patch) | |
tree | ab24a84efe728ba44288faa38eb7d88cf846ef23 /uui | |
parent | 6b3b0b85f96008a7bf4211edd25e4b96118e3c4f (diff) |
tdf#43157: convert uui module away from OSL_ASSERT to assert
Change-Id: I8aefdc3172578535fde5ea6b86b80af7a017e5e8
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl-errorhandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl-errorhandler.cxx b/uui/source/iahndl-errorhandler.cxx index 3e90c6ebdb36..c08cf067419e 100644 --- a/uui/source/iahndl-errorhandler.cxx +++ b/uui/source/iahndl-errorhandler.cxx @@ -92,7 +92,7 @@ executeErrorDialog( break; default: - OSL_ASSERT(false); + assert(false); break; } } |