summaryrefslogtreecommitdiff
path: root/writerfilter/IwyuFilter_writerfilter.yaml
blob: ac16710962411c5c071a8dd51b3e234755a3c66a (plain)
1
2
3
4
5
6
7
8
9
10
11
---
assumeFilename: writerfilter/source/filter/WriterFilter.cxx
blacklist:
    writerfilter/source/rtftok/rtfsdrimport.hxx:
    # IWYU assumes std::stack<IncompleteType> in a header is OK, but that's not
    # the case for all of LO's supported platforms.
    # See <https://github.com/include-what-you-use/include-what-you-use/issues/175>.
    - dmapper/GraphicZOrderHelper.hxx
    writerfilter/source/rtftok/rtfvalue.cxx:
    # complete type is needed
    - com/sun/star/embed/XEmbeddedObject.hpp