From 2170e2f230b612c035a1264a1d7a7c45b5d24622 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 20 Apr 2016 17:21:35 +0200 Subject: loplugin:salbool: Automatic rewrite of sal_False/True Change-Id: I38560113652ac39104b942a4cb80b1e03944513c --- writerperfect/inc/ImportFilter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'writerperfect/inc') diff --git a/writerperfect/inc/ImportFilter.hxx b/writerperfect/inc/ImportFilter.hxx index 9833edb013a2..be429ae8960f 100644 --- a/writerperfect/inc/ImportFilter.hxx +++ b/writerperfect/inc/ImportFilter.hxx @@ -74,7 +74,7 @@ public: if (!xInputStream.is()) { OSL_ASSERT(false); - return sal_False; + return false; } // An XML import service: what we push sax messages to.. -- cgit