office-gobmx/i18npool/IwyuFilter_i18npool.yaml
Gabor Kelemen 877f40ac3f tdf#42949 Fix new IWYU warnings in directories [h-r]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I886b6f446293d3b1cfbf4ae05e8dbd7fabab9f20
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105510
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-11-10 14:13:14 +01:00

105 lines
4.1 KiB
YAML

---
assumeFilename: i18npool/source/localedata/localedata.cxx
excludelist:
i18npool/inc/breakiterator_unicode.hxx:
# contains versioned namespace so cannot forward declare
- unicode/brkiter.h
i18npool/inc/breakiteratorImpl.hxx:
# Base class needs complete type
- com/sun/star/i18n/XBreakIterator.hpp
- com/sun/star/lang/XServiceInfo.hpp
i18npool/inc/calendar_gregorian.hxx:
# Needed for unique_ptr
- unicode/calendar.h
i18npool/inc/cclass_unicode.hxx:
# Base class needs complete type
- com/sun/star/i18n/XCharacterClassification.hpp
- com/sun/star/lang/XServiceInfo.hpp
i18npool/inc/characterclassificationImpl.hxx:
# Base class needs complete type
- com/sun/star/i18n/XCharacterClassification.hpp
- com/sun/star/lang/XServiceInfo.hpp
i18npool/inc/collatorImpl.hxx:
# Base class needs complete type
- com/sun/star/i18n/XCollator.hpp
- com/sun/star/lang/XServiceInfo.hpp
i18npool/inc/collator_unicode.hxx:
# Base class needs complete type
- com/sun/star/i18n/XCollator.hpp
- com/sun/star/lang/XServiceInfo.hpp
# Needed for unique_ptr
- unicode/tblcoll.h
i18npool/inc/defaultnumberingprovider.hxx:
# Base class needs complete type
- com/sun/star/text/XDefaultNumberingProvider.hpp
- com/sun/star/text/XNumberingFormatter.hpp
- com/sun/star/text/XNumberingTypeInfo.hpp
- com/sun/star/lang/XServiceInfo.hpp
i18npool/inc/indexentrysupplier.hxx:
# Base class needs complete type
- com/sun/star/i18n/XExtendedIndexEntrySupplier.hpp
- com/sun/star/lang/XServiceInfo.hpp
i18npool/inc/indexentrysupplier_common.hxx:
# Base class needs complete type
- com/sun/star/i18n/XExtendedIndexEntrySupplier.hpp
- com/sun/star/lang/XServiceInfo.hpp
i18npool/inc/inputsequencechecker.hxx:
# Base class needs complete type
- com/sun/star/i18n/XExtendedInputSequenceChecker.hpp
- com/sun/star/lang/XServiceInfo.hpp
i18npool/inc/localedata.hxx:
# Base class needs complete type
- com/sun/star/i18n/XLocaleData5.hpp
- com/sun/star/lang/XServiceInfo.hpp
# Don't propose hxx -> h change in URE libs
- osl/module.hxx
i18npool/inc/numberformatcode.hxx:
# Base class needs complete type
- com/sun/star/i18n/XNumberFormatCode.hpp
- com/sun/star/lang/XServiceInfo.hpp
i18npool/inc/ordinalsuffix.hxx:
# Base class needs complete type
- com/sun/star/i18n/XOrdinalSuffix.hpp
- com/sun/star/lang/XServiceInfo.hpp
i18npool/inc/textconversion.hxx:
# Base class needs complete type
- com/sun/star/i18n/XExtendedTextConversion.hpp
- com/sun/star/lang/XServiceInfo.hpp
i18npool/inc/textToPronounce_zh.hxx:
# Don't propose hxx -> h change in URE libs
- osl/module.hxx
i18npool/inc/transliterationImpl.hxx:
# Base class needs complete type
- com/sun/star/i18n/XExtendedTransliteration.hpp
- com/sun/star/lang/XServiceInfo.hpp
i18npool/inc/transliteration_Ignore.hxx:
# Needed for variable type
- unicode/translit.h
i18npool/inc/transliteration_commonclass.hxx:
# Base class needs complete type
- com/sun/star/i18n/XExtendedTransliteration.hpp
- com/sun/star/lang/XServiceInfo.hpp
i18npool/inc/unoscripttypedetector.hxx:
# Base class needs complete type
- com/sun/star/i18n/XScriptTypeDetector.hpp
- com/sun/star/lang/XServiceInfo.hpp
i18npool/source/search/textsearch.hxx:
# Base class needs complete type
- com/sun/star/util/XTextSearch2.hpp
- com/sun/star/lang/XServiceInfo.hpp
# contains versioned namespace so cannot forward declare
- unicode/regex.h
i18npool/source/breakiterator/xdictionary.cxx:
# Used after #ifdef DICT_JA_ZH_IN_DATAFILE
- config_folders.h
- osl/file.h
- rtl/bootstrap.hxx
i18npool/source/calendar/calendar_gregorian.cxx:
# Needed for rtl::math::round
- rtl/math.hxx
i18npool/source/collator/collator_unicode.cxx:
# Config options are used in #ifdef
- config_locales.h
i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx:
# Actually used
- com/sun/star/beans/PropertyValue.hpp