diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-07-05 00:41:53 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-07-05 09:07:11 +0200 |
commit | 450482220a14a5e083f11bfa1c9561994dc91ec8 (patch) | |
tree | 3b463380d151d4d55628ccdbf1dca54baee7d555 /sd | |
parent | 2f324e5305ea8d2fb309804cda2195a8e7351133 (diff) |
find-unneeded-includes: stop proposing internal libstdc++ headers
They wouldn't really compile anyways and only cause unnecessary
blacklist entries.
Some '- memory' entries can already be removed from the blacklists.
Change-Id: Iab53d5a57121f61abe935e712dc23a55390235bf
Reviewed-on: https://gerrit.libreoffice.org/56979
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/IwyuFilter_sd.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/IwyuFilter_sd.yaml b/sd/IwyuFilter_sd.yaml index 9729c1b65af8..963b62da4088 100644 --- a/sd/IwyuFilter_sd.yaml +++ b/sd/IwyuFilter_sd.yaml @@ -70,7 +70,6 @@ blacklist: sd/inc/TransitionPreset.hxx: # base class has to be a complete type - com/sun/star/lang/XMultiServiceFactory.hpp - - memory sd/inc/undoanim.hxx: # base class has to be a complete type - com/sun/star/animations/XAnimationNode.hpp @@ -80,9 +79,6 @@ blacklist: sd/source/filter/eppt/eppt.hxx: # base class has to be a complete type - escherex.hxx - sd/source/filter/eppt/pptexanimations.hxx: - # base class has to be a complete type - - memory sd/source/ui/inc/AccessibleDocumentViewBase.hxx: # base class has to be a complete type - com/sun/star/accessibility/XAccessibleExtendedAttributes.hpp @@ -124,4 +120,4 @@ blacklist: - sfx2/sfxbasecontroller.hxx sd/source/ui/inc/fupage.hxx: # base class has to be a complete type - - vcl/weld.hxx
\ No newline at end of file + - vcl/weld.hxx |