office-gobmx/stoc/IwyuFilter_stoc.yaml
Gabor Kelemen 107399d684 tdf#42949 Fix new IWYU warnings in directories s*
Except recently checked sc, sd, svx, sw

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Ice1b86628e4f22a39f307b9c5fa567b6ab9d5acb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106917
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-12-01 14:56:43 +01:00

47 lines
1.8 KiB
YAML

---
assumeFilename: stoc/source/javavm/javavm.cxx
excludelist:
stoc/source/implementationregistration/mergekeys.hxx:
# Needed for css shortcut
- sal/types.h
stoc/source/javavm/interact.hxx:
# Base class needs complete type
- com/sun/star/task/XInteractionRequest.hpp
stoc/source/javavm/javavm.hxx:
# Base class needs complete type
- com/sun/star/container/XContainerListener.hpp
- com/sun/star/lang/XInitialization.hpp
- com/sun/star/java/XJavaThreadRegister_11.hpp
- com/sun/star/java/XJavaVM.hpp
- com/sun/star/lang/XServiceInfo.hpp
stoc/source/implementationregistration/mergekeys.cxx:
# Actually used
- com/sun/star/registry/XRegistryKey.hpp
stoc/source/corereflection/crefl.cxx:
# Safer to keep for use in cppu::UnoType template
- com/sun/star/reflection/XTypeDescription.hpp
stoc/source/corereflection/criface.cxx:
# Keep for platform-independent alloca.h abstraction
- sal/alloca.h
# Safer to keep for use in cppu::UnoType template
- com/sun/star/uno/RuntimeException.hpp
stoc/source/invocation_adapterfactory/iafactory.cxx:
# Safer to keep for use in cppu::UnoType template
- com/sun/star/script/XInvocation.hpp
# Complete type needed for uno_Interface
- uno/dispatcher.h
stoc/source/loader/dllcomponentloader.cxx:
# Needed for direct member access
- com/sun/star/lang/XMultiServiceFactory.hpp
stoc/source/security/permissions.cxx:
# Safer to keep for use in cppu::UnoType template
- com/sun/star/security/AllPermission.hpp
# Needed for __DIAGNOSE mode
- vector
- rtl/string.hxx
# Actually used
- com/sun/star/uno/Sequence.hxx
stoc/source/security/access_controller.cxx:
# Needed for __DIAGNOSE mode
- rtl/ustrbuf.hxx
- sal/log.hxx