diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:21:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:27:31 +0200 |
commit | 2170e2f230b612c035a1264a1d7a7c45b5d24622 (patch) | |
tree | b773fd60216a868bbf9b5f5b640fe53d85a3f100 /writerperfect/inc | |
parent | d88ad8b99d416c98134fcd27bbc2cad794f2ec6f (diff) |
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I38560113652ac39104b942a4cb80b1e03944513c
Diffstat (limited to 'writerperfect/inc')
-rw-r--r-- | writerperfect/inc/ImportFilter.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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.. |