734dc3c334
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Also include/ucbhelper had some false positives not yet on the blacklist Change-Id: I4500271ea35efd7e140c76255df95ff7bbdf9f27 Reviewed-on: https://gerrit.libreoffice.org/70745 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
23 lines
880 B
YAML
23 lines
880 B
YAML
---
|
|
assumeFilename: ucbhelper/source/provider/resultset.cxx
|
|
blacklist:
|
|
ucbhelper/source/client/content.cxx:
|
|
# Needed for direct member access
|
|
- com/sun/star/ucb/XCommandInfo.hpp
|
|
- com/sun/star/beans/XPropertySetInfo.hpp
|
|
ucbhelper/source/provider/cancelcommandexecution.cxx:
|
|
# Needed for linker visibility
|
|
- ucbhelper/cancelcommandexecution.hxx
|
|
ucbhelper/source/provider/getcomponentcontext.cxx:
|
|
# Needed to for ucbhelper::getComponentContext
|
|
- ucbhelper/getcomponentcontext.hxx
|
|
ucbhelper/source/provider/resultsetmetadata.cxx:
|
|
# Needed for UnoType types
|
|
- com/sun/star/io/XInputStream.hpp
|
|
- com/sun/star/sdbc/XArray.hpp
|
|
- com/sun/star/sdbc/XBlob.hpp
|
|
- com/sun/star/sdbc/XClob.hpp
|
|
- com/sun/star/sdbc/XRef.hpp
|
|
- com/sun/star/util/Date.hpp
|
|
- com/sun/star/util/Time.hpp
|
|
- com/sun/star/util/DateTime.hpp
|