summaryrefslogtreecommitdiff
path: root/writerperfect/inc
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-05-07 10:25:51 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-05-07 10:25:51 +1000
commit0483e756e99d7762151fd529f073f6cf24474613 (patch)
treecd804e9f27f1d9f55400f55d7f55d404c965d038 /writerperfect/inc
parentbbbb81b4c5380bb8bd8ba035177c5de59eb667bb (diff)
tdf#43157: convert writerperfect module away from OSL_ASSERT to assert
Change-Id: I5db174ea899229151327a471fb0e18d643830542
Diffstat (limited to 'writerperfect/inc')
-rw-r--r--writerperfect/inc/ImportFilter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/inc/ImportFilter.hxx b/writerperfect/inc/ImportFilter.hxx
index 092ae9cc9289..210321b4121e 100644
--- a/writerperfect/inc/ImportFilter.hxx
+++ b/writerperfect/inc/ImportFilter.hxx
@@ -73,7 +73,7 @@ public:
aDescriptor[utl::MediaDescriptor::PROP_INPUTSTREAM()] >>= xInputStream;
if (!xInputStream.is())
{
- OSL_ASSERT(false);
+ assert(false);
return false;
}