diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 08:23:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 08:23:42 +0100 |
commit | d671a70f18c815427747f315179fa51533f47907 (patch) | |
tree | 926f7f783c7c44c6ced562897bb5281eca030c51 /sc | |
parent | 6a2440ea91bb86cba74ecbb8afd520c8afa41ded (diff) |
-Werror,-Wtautological-undefined-compare
Change-Id: I5773cdac91d56131f349f213dc21a20a7d3eca96
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/excel/read.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/excel/read.cxx b/sc/source/filter/excel/read.cxx index 5e5558e39fc3..93ed6df0a48d 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 ) ); |