From 1f8d19b79c14ccd081f5c60dc0f6f89bb6c1ffea Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 14 Apr 2010 19:02:57 +0200 Subject: bserver52: #161974# an empty line in build.lst should be ignorred --- soldep/bootstrp/prj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'soldep') 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; } -- cgit