office-gobmx/configmgr/IwyuFilter_configmgr.yaml
Gabor Kelemen 7bdbb50a50 tdf#42949 Fix new IWYU warnings in directories c*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Iac1e7802dbe1efa01c2befdd10406231788d4fc1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105315
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-11-06 08:18:45 +01:00

55 lines
1.7 KiB
YAML

---
assumeFilename: configmgr/source/access.cxx
excludelist:
configmgr/source/nodemap.hxx:
# Needed for direct member access
- node.hxx
configmgr/source/type.hxx:
# Needed for css shortcut
- sal/types.h
configmgr/source/access.cxx:
# Safer to keep for use in cppu:UnoType template
- com/sun/star/uno/XWeak.hpp
configmgr/source/dconf.cxx:
# Generic wrapper for dconf
- dconf/dconf.h
configmgr/source/broadcaster.cxx:
# Needed for template
- com/sun/star/beans/XPropertiesChangeListener.hpp
- com/sun/star/beans/XPropertyChangeListener.hpp
- com/sun/star/container/XContainerListener.hpp
- com/sun/star/lang/XEventListener.hpp
- com/sun/star/util/XChangesListener.hpp
configmgr/source/childaccess.cxx:
# Actually used
- vector
- com/sun/star/uno/XInterface.hpp
configmgr/source/configurationprovider.cxx:
# Actually used
- com/sun/star/uno/XInterface.hpp
configmgr/source/components.cxx:
# Actually used
- com/sun/star/uno/XComponentContext.hpp
configmgr/source/access.cxx:
# Actually used
- vector
- com/sun/star/beans/XPropertiesChangeListener.hpp
- com/sun/star/beans/XPropertyChangeListener.hpp
- com/sun/star/beans/XVetoableChangeListener.hpp
- com/sun/star/container/XContainerListener.hpp
- com/sun/star/lang/XEventListener.hpp
- com/sun/star/uno/XInterface.hpp
configmgr/source/parsemanager.cxx:
# Actually used
- set
configmgr/source/partial.cxx:
# Actually used
- set
configmgr/source/rootaccess.cxx:
# Actually used
- vector
- com/sun/star/util/ElementChange.hpp
- com/sun/star/util/XChangesListener.hpp
configmgr/source/xcdparser.cxx:
# Actually used
- set