c4ab578198
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6b39bd25e243ab0f39847f6feb0b767d7358bf0f Reviewed-on: https://gerrit.libreoffice.org/72635 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
25 lines
1,006 B
YAML
25 lines
1,006 B
YAML
---
|
|
assumeFilename: scaddins/source/analysis/analysis.cxx
|
|
blacklist:
|
|
scaddins/source/analysis/analysis.hxx:
|
|
# Base class needs complete type
|
|
- com/sun/star/lang/XServiceInfo.hpp
|
|
- com/sun/star/lang/XServiceName.hpp
|
|
- com/sun/star/sheet/addin/XAnalysis.hpp
|
|
- com/sun/star/sheet/XAddIn.hpp
|
|
- com/sun/star/sheet/XCompatibilityNames.hpp
|
|
scaddins/source/datefunc/datefunc.hxx:
|
|
# Base class needs complete type
|
|
- com/sun/star/lang/XServiceInfo.hpp
|
|
- com/sun/star/lang/XServiceName.hpp
|
|
- com/sun/star/sheet/addin/XDateFunctions.hpp
|
|
- com/sun/star/sheet/addin/XMiscFunctions.hpp
|
|
- com/sun/star/sheet/XAddIn.hpp
|
|
- com/sun/star/sheet/XCompatibilityNames.hpp
|
|
scaddins/source/pricing/pricing.hxx:
|
|
# Base class needs complete type
|
|
- com/sun/star/lang/XServiceInfo.hpp
|
|
- com/sun/star/lang/XServiceName.hpp
|
|
- com/sun/star/sheet/addin/XPricingFunctions.hpp
|
|
- com/sun/star/sheet/XAddIn.hpp
|
|
- com/sun/star/sheet/XCompatibilityNames.hpp
|