diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-11-15 23:17:23 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-12-07 10:39:41 +0100 |
commit | 5cfac9be8a55348e7d3bc773aae5bff6b1739080 (patch) | |
tree | b07590d670ab10e622c63cae10e848efe8383bbe /svx | |
parent | e70168ec88642dc4940bf6cf7ae49a97afc84916 (diff) |
tdf#42949 Fix new IWYU warnings in sd/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I360874fb66c9359abf46a00116d73f87ad122168
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106083
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/IwyuFilter_svx.yaml | 5 | ||||
-rw-r--r-- | svx/source/inc/svdpdf.hxx | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/svx/IwyuFilter_svx.yaml b/svx/IwyuFilter_svx.yaml index ba5a19a5c118..6263acd7308d 100644 --- a/svx/IwyuFilter_svx.yaml +++ b/svx/IwyuFilter_svx.yaml @@ -1,11 +1,6 @@ --- assumeFilename: svx/source/svdraw/svdobj.cxx excludelist: - svx/source/inc/svdpdf.hxx: - # Needed for SdrPdfImportTest in sd to compile on WIN - - prewin.h - - postwin.h - - fpdfview.h svx/source/accessibility/ChildrenManagerImpl.cxx: # Actually used - com/sun/star/beans/XPropertySet.hpp diff --git a/svx/source/inc/svdpdf.hxx b/svx/source/inc/svdpdf.hxx index bf0620db4ef5..271eb1fd6dee 100644 --- a/svx/source/inc/svdpdf.hxx +++ b/svx/source/inc/svdpdf.hxx @@ -35,12 +35,6 @@ #include <basegfx/matrix/b2dhommatrix.hxx> -// Prevent workdir/UnpackedTarball/pdfium/public/fpdfview.h from including windows.h in a way that -// it will define e.g. Yield as a macro: -#include <prewin.h> -#include <postwin.h> -#include <fpdfview.h> - #include <vcl/filter/PDFiumLibrary.hxx> // Forward Declarations |