summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:21:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:27:31 +0200
commit2170e2f230b612c035a1264a1d7a7c45b5d24622 (patch)
treeb773fd60216a868bbf9b5f5b640fe53d85a3f100 /writerperfect
parentd88ad8b99d416c98134fcd27bbc2cad794f2ec6f (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I38560113652ac39104b942a4cb80b1e03944513c
Diffstat (limited to 'writerperfect')
-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 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..