summaryrefslogtreecommitdiff
path: root/framework/source/recording
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-05-07 09:54:46 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-05-07 09:54:46 +1000
commitddce1e22fbdd3256c304541ac0470bb2c2a82ed1 (patch)
tree632484f21aee025a9d6e9bb85eda93c28772bc23 /framework/source/recording
parentbbd2d2c116158613ec690bdadca7abe59af88860 (diff)
tdf#43157: convert framework module away from OSL_ASSERT to assert
Change-Id: Iac0093a2a69d53c91c827ebba01fcdb5353e9b96
Diffstat (limited to 'framework/source/recording')
-rw-r--r--framework/source/recording/dispatchrecorder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/recording/dispatchrecorder.cxx b/framework/source/recording/dispatchrecorder.cxx
index b8b9c3f47bd7..6d69d002541a 100644
--- a/framework/source/recording/dispatchrecorder.cxx
+++ b/framework/source/recording/dispatchrecorder.cxx
@@ -78,7 +78,7 @@ Sequence< Any > make_seq_out_of_struct(
}
typelib_TypeDescription * pTD = nullptr;
TYPELIB_DANGER_GET( &pTD, type.getTypeLibType() );
- OSL_ASSERT( pTD );
+ assert( pTD );
if (! pTD)
{
throw RuntimeException(