fe012b3571
Change-Id: Id6e500f84ee6d121bdd67e78a8eccfbc10b6ef27 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162884 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
51 lines
1.6 KiB
YAML
51 lines
1.6 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/mathmlexport.cxx:
|
|
# Needed for rtl::math::round
|
|
- rtl/math.hxx
|