d5ccf2fc5b
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>
26 lines
854 B
YAML
26 lines
854 B
YAML
---
|
|
assumeFilename: cppu/source/uno/data.cxx
|
|
blacklist:
|
|
cppu/qa/test_any.cxx:
|
|
# No hpp -> hdl replacement needed
|
|
- Enum1.hpp
|
|
- Enum2.hpp
|
|
- Interface1.hpp
|
|
- Interface2.hpp
|
|
- Interface2a.hpp
|
|
- Interface2b.hpp
|
|
- Interface3.hpp
|
|
cppu/source/cppu/cppu_opt.cxx:
|
|
# Unit test fails without uno/Any.hxx
|
|
- com/sun/star/uno/Any.hxx
|
|
cppu/source/helper/purpenv/helper_purpenv_Environment.cxx:
|
|
# Needed by the implementation of Environment_initWithEnterable
|
|
- cppu/helper/purpenv/Environment.hxx
|
|
cppu/source/threadpool/current.cxx:
|
|
# 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 makes linking fail in binaryurp
|
|
- uno/threadpool.h
|