diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-24 16:01:00 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-24 19:30:59 +0100 |
commit | d5ccf2fc5bc335f91ec40f918f2204b62252be85 (patch) | |
tree | a1c177b1d465bdddb8f3458739c94c5b33cb161c /cppu | |
parent | 1ca7e41fa8e300d0f5b8e0427ea3e6cad27ce175 (diff) |
Fix typo
to complete:
https://gerrit.libreoffice.org/c/core/+/89082
Change-Id: I8363f05f15c8d4ef032ccc8d469dc29231d74ca7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89360
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/IwyuFilter_cppu.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/IwyuFilter_cppu.yaml b/cppu/IwyuFilter_cppu.yaml index 453e57e876af..a6ffcd3df220 100644 --- a/cppu/IwyuFilter_cppu.yaml +++ b/cppu/IwyuFilter_cppu.yaml @@ -17,10 +17,10 @@ blacklist: # Needed by the implementation of Environment_initWithEnterable - cppu/helper/purpenv/Environment.hxx cppu/source/threadpool/current.cxx: - # FIXME removing this make linking fail in binaryurp + # FIXME removing this makes linking fail in binaryurp - uno/current_context.h cppu/source/threadpool/threadident.cxx: # Don't replace hxx -> h in URE API - rtl/byteseq.hxx - # FIXME removing this make linking fail in binaryurp + # FIXME removing this makes linking fail in binaryurp - uno/threadpool.h |