office-gobmx/starmath/IwyuFilter_starmath.yaml
Gabor Kelemen 144057a54a Recheck modules s[f-t]* with IWYU
See tdf#42949 for motivation

Change-Id: I1f520aad1b1c942ad5616d96851016fc366ac58f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130203
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-03-01 08:21:00 +01:00

54 lines
1.7 KiB
YAML

---
assumeFilename: starmath/source/document.cxx
excludelist:
starmath/inc/smmod.hxx:
# Needed for define
- sfx2/app.hxx
starmath/inc/format.hxx:
# Needed for FONTNAME_MATH macro
- types.hxx
starmath/qa/extras/mmlexport-test.cxx:
# Required in C++20 mode.
- o3tl/cppunittraitshelper.hxx
starmath/qa/cppunit/test_node.cxx:
# Required in C++20 mode.
- o3tl/cppunittraitshelper.hxx
starmath/source/accessibility.hxx:
# Base class needs complete type
- com/sun/star/accessibility/XAccessible.hpp
- com/sun/star/accessibility/XAccessibleComponent.hpp
- com/sun/star/accessibility/XAccessibleContext.hpp
- com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp
- com/sun/star/accessibility/XAccessibleText.hpp
- com/sun/star/lang/XServiceInfo.hpp
starmath/source/smdetect.hxx:
# Base class needs complete type
- com/sun/star/document/XExtendedFilterDetection.hpp
- com/sun/star/lang/XServiceInfo.hpp
starmath/source/accessibility.cxx:
# Needed for implicit dtor
- editeng/editobj.hxx
starmath/source/node.cxx:
# Actually used
- vector
starmath/source/smdll.cxx:
# Needed to inherit linker visibility
- smdll.hxx
starmath/source/typemap.cxx:
# Needed for smslots.hxx to build
- config_options.h
- sfx2/msg.hxx
- sfx2/zoomitem.hxx
- svx/zoomslideritem.hxx
- svl/slstitm.hxx
starmath/source/unodoc.cxx:
# Avoid loplugin:unreffun error
- register.hxx
# Needed for template
- com/sun/star/frame/XModel.hpp
starmath/source/mathml/def.cxx:
# Needed for extern
- mathml/attribute.hxx
starmath/source/mathml/mathmlexport.cxx:
# Needed for rtl::math::round
- rtl/math.hxx