summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-04-14 19:02:57 +0200
committerKurt Zenker <kz@openoffice.org>2010-04-14 19:02:57 +0200
commit1f8d19b79c14ccd081f5c60dc0f6f89bb6c1ffea (patch)
tree6c310e270f2478495949fedff6bf99dbec7fa672 /soldep
parent198c81549d1c0a21236c4f1e2b84b695e8a4e8d6 (diff)
bserver52: #161974# an empty line in build.lst should be ignorred
Diffstat (limited to 'soldep')
-rw-r--r--soldep/bootstrp/prj.cxx2
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;
}