7ec4f191fd
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Iee703bad69bc3c47dc5960e560187ab1d1d9ff29 Reviewed-on: https://gerrit.libreoffice.org/72023 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
15 lines
428 B
YAML
15 lines
428 B
YAML
---
|
|
assumeFilename: configmgr/source/access.cxx
|
|
blacklist:
|
|
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
|