diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-06-30 21:15:52 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-07-01 09:20:05 +0200 |
commit | f4331e94ffea58a5b065806c1456f8b1e47d53b7 (patch) | |
tree | 5149457be212266d0dbd9679b67d7a59df28186d | |
parent | 45751ae0fdb7df432290e9465ff51171537cbf5f (diff) |
Remove some unused includes
Change-Id: I44c9ad2511d484e3c7fb1c33f25fcb343eabd232
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97548
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r-- | sw/qa/core/unocore/unocore.cxx | 28 | ||||
-rw-r--r-- | vcl/IwyuFilter_vcl.yaml | 3 | ||||
-rw-r--r-- | xmlsecurity/qa/unit/signing/signing.cxx | 1 | ||||
-rw-r--r-- | xmlsecurity/source/helper/pdfsignaturehelper.cxx | 1 |
4 files changed, 3 insertions, 30 deletions
diff --git a/sw/qa/core/unocore/unocore.cxx b/sw/qa/core/unocore/unocore.cxx index d8d72ecf369f..54faad3d233c 100644 --- a/sw/qa/core/unocore/unocore.cxx +++ b/sw/qa/core/unocore/unocore.cxx @@ -9,37 +9,9 @@ #include <swmodeltestbase.hxx> -#include <com/sun/star/awt/FontSlant.hpp> -#include <com/sun/star/table/XCellRange.hpp> -#include <com/sun/star/text/TextContentAnchorType.hpp> -#include <com/sun/star/text/AutoTextContainer.hpp> -#include <com/sun/star/text/VertOrientation.hpp> -#include <com/sun/star/text/XAutoTextGroup.hpp> -#include <com/sun/star/text/XTextPortionAppend.hpp> -#include <com/sun/star/text/XTextContentAppend.hpp> -#include <com/sun/star/text/XTextRangeCompare.hpp> #include <com/sun/star/text/XTextAppend.hpp> -#include <com/sun/star/rdf/URI.hpp> -#include <com/sun/star/rdf/URIs.hpp> -#include <com/sun/star/awt/XDevice.hpp> -#include <com/sun/star/awt/XToolkit.hpp> -#include <com/sun/star/graphic/XGraphic.hpp> -#include <com/sun/star/style/LineSpacing.hpp> -#include <com/sun/star/view/XSelectionSupplier.hpp> - -#include <comphelper/propertyvalue.hxx> -#include <toolkit/helper/vclunohelper.hxx> -#include <vcl/graphicfilter.hxx> #include <wrtsh.hxx> -#include <ndtxt.hxx> -#include <swdtflvr.hxx> -#include <view.hxx> -#include <PostItMgr.hxx> -#include <postithelper.hxx> -#include <AnnotationWin.hxx> -#include <flyfrm.hxx> -#include <fmtanchr.hxx> #include <unotextrange.hxx> using namespace ::com::sun::star; diff --git a/vcl/IwyuFilter_vcl.yaml b/vcl/IwyuFilter_vcl.yaml index 423c06109643..de2d1f64d8bd 100644 --- a/vcl/IwyuFilter_vcl.yaml +++ b/vcl/IwyuFilter_vcl.yaml @@ -126,3 +126,6 @@ blacklist: - QUrl - QApplication - QDebug + vcl/qa/cppunit/filter/ipdf/ipdf.cxx: + - prewin.h + - postwin.h diff --git a/xmlsecurity/qa/unit/signing/signing.cxx b/xmlsecurity/qa/unit/signing/signing.cxx index 0f03befea47d..ec17d7a82d78 100644 --- a/xmlsecurity/qa/unit/signing/signing.cxx +++ b/xmlsecurity/qa/unit/signing/signing.cxx @@ -38,7 +38,6 @@ #include <sfx2/sfxbasemodel.hxx> #include <sfx2/objsh.hxx> #include <osl/file.hxx> -#include <osl/process.h> #include <osl/thread.hxx> #include <comphelper/ofopxmlhelper.hxx> #include <unotools/streamwrap.hxx> diff --git a/xmlsecurity/source/helper/pdfsignaturehelper.cxx b/xmlsecurity/source/helper/pdfsignaturehelper.cxx index fe65745b3e90..0338075cdbdd 100644 --- a/xmlsecurity/source/helper/pdfsignaturehelper.cxx +++ b/xmlsecurity/source/helper/pdfsignaturehelper.cxx @@ -25,7 +25,6 @@ #include <comphelper/propertysequence.hxx> #include <sal/log.hxx> -#include <sfx2/objsh.hxx> #include <tools/diagnose_ex.h> #include <unotools/mediadescriptor.hxx> #include <unotools/streamwrap.hxx> |