summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-02-26 15:16:05 +0100
committerDavid Tardon <dtardon@redhat.com>2011-02-26 15:16:05 +0100
commit4cc6566ef8345abd8765369b40311ae6369546d3 (patch)
tree91e48337fd5840f8baaa2520ff3c6bb9e4266917 /reportdesign/source/filter/xml
parent756b7d315a2bef7177c1123af9ce223293c88970 (diff)
OSL_ASSERT takes a condition, not a message
Diffstat (limited to 'reportdesign/source/filter/xml')
-rw-r--r--reportdesign/source/filter/xml/xmlfilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/filter/xml/xmlfilter.cxx b/reportdesign/source/filter/xml/xmlfilter.cxx
index 4cf2fcbcc4cc..b92e7599cadc 100644
--- a/reportdesign/source/filter/xml/xmlfilter.cxx
+++ b/reportdesign/source/filter/xml/xmlfilter.cxx
@@ -196,7 +196,7 @@ r
aError += ',';
aError += ByteString::CreateFromInt32( r.ColumnNumber );
- OSL_ASSERT( aError.GetBuffer() );
+ OSL_FAIL( aError.GetBuffer() );
#endif
return 1;
}