diff options
author | Justin Luth <justin_luth@sil.org> | 2021-10-23 13:02:24 +0200 |
---|---|---|
committer | Justin Luth <justin_luth@sil.org> | 2021-11-05 17:22:59 +0100 |
commit | 74723bbe6b860e54c26711c108f1e2d2388e8feb (patch) | |
tree | f412538d42efa4930cc8c37819f6721c8b6d44a4 /sw | |
parent | b893f5f637306b991f89caa9959b50286b1fd378 (diff) |
NFC writerfilter: simplify logic
if (!A && !B || B) is the same as
if (!A || B)
and the ELSE is also by definition A && !B now.
Change-Id: Ie797976423bb910386a26e96692c43faf0344132
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124753
Tested-by: Jenkins
Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'sw')
0 files changed, 0 insertions, 0 deletions