summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
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..