summaryrefslogtreecommitdiff
path: root/helpcontent2
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2020-09-29 11:23:41 +0200
committerEike Rathke <erack@redhat.com>2020-09-29 21:44:38 +0200
commit1acf517906b7cdc4931dd26319d467dff53ae7d2 (patch)
tree01bb319954fcba0cd6ad6a7066e04c16b1a04798 /helpcontent2
parentd2dc5b389ccf1c51975960660cb8f6ad4a6f928c (diff)
Determine CharClass difference once, tdf#137091 follow-up
As a side note: Clang plugin simplifybool for !(rLT1.getLanguage() == "en" && rLT2.getLanguage() == "en") told "error: logical negation of logical op containing negation, can be simplified" which is nonsense (the message stayed the same while the checks evolved). It actually complained about !(a==b && c==d) to be rewritten as (a!=b || c!=d) whether that makes sense or not.. it may save one boolean operation, yes, but.. Change-Id: Ib478d46d7ff926c1c9f65fec059c7a3f31fa7ce3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103601 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'helpcontent2')
0 files changed, 0 insertions, 0 deletions