diff options
-rw-r--r-- | soldep/bootstrp/prj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soldep/bootstrp/prj.cxx b/soldep/bootstrp/prj.cxx index 9fde614659b0..dfb29fe74754 100644 --- a/soldep/bootstrp/prj.cxx +++ b/soldep/bootstrp/prj.cxx @@ -183,7 +183,7 @@ ByteString SimpleConfig::GetCleanedNextLine( BOOL bReadComments ) if (bReadComments ) return aTmpStr; } - else + else if (aTmpStr != ByteString::EmptyString()) bReadNextLine = sal_False; } |