27 lines
852 B
YAML
27 lines
852 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 make 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
|
||
|
- uno/threadpool.h
|