summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/wrapper/wrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/pdfimport/wrapper/wrapper.cxx')
-rw-r--r--sdext/source/pdfimport/wrapper/wrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx
index 5485511eed38..8492457c5aa2 100644
--- a/sdext/source/pdfimport/wrapper/wrapper.cxx
+++ b/sdext/source/pdfimport/wrapper/wrapper.cxx
@@ -868,7 +868,7 @@ void Parser::parseLine( const ::rtl::OString& rLine )
oslFileError readLine( oslFileHandle pFile, ::rtl::OStringBuffer& line )
{
- OSL_PRECOND( line.getLength() == 0, "line buf not empty" );
+ OSL_PRECOND( line.isEmpty(), "line buf not empty" );
// TODO(P3): read larger chunks
sal_Char aChar('\n');