diff options
author | Eike Rathke <erack@redhat.com> | 2016-10-27 11:59:59 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-10-27 12:00:40 +0200 |
commit | d12c7aee5cb7e8e1d6971f0cbb392d4b48b007d4 (patch) | |
tree | c4971b8441914a56be1a957bd0efa6c6eb73dcdf /svl | |
parent | 7f45ebf7fa209a974032a6c695f194d9a20baaef (diff) |
remove non-sensical OSL_ENSURE
That started as
OSL_ENSURE( (nTabId == 0) || (getFilterType() == FILTER_OOXML) || (getBiff() == BIFF8),
then with c4cb83504faa1d241a116001fd27f7148de300ba became
OSL_ENSURE( (nTabId == 0) || (getBiff() == BIFF8),
then with e73c4d5013d7a0bf7d72db1773d7125ab91cf269 became
OSL_ENSURE( nTabId == 0,
which makes no sense anymore and gets hit in ~every call.
Change-Id: I5dfe3dd53310ab2f977ad574acb1ec9874775020
Diffstat (limited to 'svl')
0 files changed, 0 insertions, 0 deletions