[Libreoffice-commits] core.git: sc/source
Stephan Bergmann
sbergman at redhat.com
Mon Nov 9 23:24:10 PST 2015
sc/source/filter/excel/read.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit d671a70f18c815427747f315179fa51533f47907
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Nov 10 08:23:42 2015 +0100
-Werror,-Wtautological-undefined-compare
Change-Id: I5773cdac91d56131f349f213dc21a20a7d3eca96
diff --git a/sc/source/filter/excel/read.cxx b/sc/source/filter/excel/read.cxx
index 5e5558e..93ed6df 100644
--- a/sc/source/filter/excel/read.cxx
+++ b/sc/source/filter/excel/read.cxx
@@ -101,8 +101,6 @@ FltError ImportExcel::Read()
sal_uInt16 nOpcode;
sal_uInt16 nBofLevel = 0;
- OSL_ENSURE( &aIn != NULL, "-ImportExcel::Read(): No Stream - what happened?!" );
-
std::unique_ptr< ScfSimpleProgressBar > pProgress( new ScfSimpleProgressBar(
aIn.GetSvStreamSize(), GetDocShell(), STR_LOAD_DOC ) );
More information about the Libreoffice-commits
mailing list