summaryrefslogtreecommitdiff
path: root/writerperfect/source/impress
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 19:59:04 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:18 +0100
commitaee7aa2b5c21984b47bf8d76bb5d3468fae93cd9 (patch)
treec48a33236c461d9f10d2c0d5aa9ce8eeedcb8e82 /writerperfect/source/impress
parentff4e258ba250cb00d19b8633379db4dab20a76c2 (diff)
bool improvements
Change-Id: Iae9e3840b89b6204fc458226ba0e046d5303dd52
Diffstat (limited to 'writerperfect/source/impress')
-rw-r--r--writerperfect/source/impress/KeynoteImportFilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/source/impress/KeynoteImportFilter.cxx b/writerperfect/source/impress/KeynoteImportFilter.cxx
index a63357c33f1f..9b22018360b1 100644
--- a/writerperfect/source/impress/KeynoteImportFilter.cxx
+++ b/writerperfect/source/impress/KeynoteImportFilter.cxx
@@ -123,7 +123,7 @@ throw (RuntimeException)
}
if ( !xInputStream.is() )
{
- OSL_ASSERT( 0 );
+ OSL_ASSERT( false );
return sal_False;
}