diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-24 22:48:26 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-27 17:45:17 +0200 |
commit | 38ef4990bf34d7c7a7079e3b65af43656bb1845a (patch) | |
tree | 3de0a31dd9d5a03df0571ce5b83bc38400b35d84 /sw | |
parent | 9d3912d4afc09b3b36701044493a4ea8e0d0ca47 (diff) |
tdf#42949 Fix IWYU warnings in include/svx/[a-D]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I9770343f31f882427c9ae13e363b59cd1fb47e98
Reviewed-on: https://gerrit.libreoffice.org/71295
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/access/acccontext.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/access/accdoc.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/access/acchyperlink.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/access/accnotextframe.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/access/accnotexthyperlink.cxx | 3 | ||||
-rw-r--r-- | sw/source/core/access/accselectionhelper.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/access/acctable.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/access/acctextframe.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/edit/edfcol.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/config/optload.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/config/optpage.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/dbui/mmlayoutpage.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/misc/pgfnote.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/table/colwd.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/table/rowht.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/app/swmodul1.cxx | 1 |
16 files changed, 18 insertions, 0 deletions
diff --git a/sw/source/core/access/acccontext.cxx b/sw/source/core/access/acccontext.cxx index 4f18aa6ed6b5..fd80eedc99f8 100644 --- a/sw/source/core/access/acccontext.cxx +++ b/sw/source/core/access/acccontext.cxx @@ -25,6 +25,7 @@ #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> +#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <osl/mutex.hxx> #include <sal/log.hxx> #include <vcl/svapp.hxx> diff --git a/sw/source/core/access/accdoc.cxx b/sw/source/core/access/accdoc.cxx index 933806e084e0..bd180490d608 100644 --- a/sw/source/core/access/accdoc.cxx +++ b/sw/source/core/access/accdoc.cxx @@ -23,6 +23,7 @@ #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> +#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <unotools/accessiblestatesethelper.hxx> #include <cppuhelper/typeprovider.hxx> #include <sfx2/viewsh.hxx> diff --git a/sw/source/core/access/acchyperlink.cxx b/sw/source/core/access/acchyperlink.cxx index fc3859ff02d7..4877ffbe7970 100644 --- a/sw/source/core/access/acchyperlink.cxx +++ b/sw/source/core/access/acchyperlink.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/frame/XDesktop.hpp> #include <com/sun/star/document/XLinkTargetSupplier.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <swurl.hxx> #include <vcl/keycodes.hxx> #include <vcl/svapp.hxx> diff --git a/sw/source/core/access/accnotextframe.cxx b/sw/source/core/access/accnotextframe.cxx index 48abb68cacfb..1eb5faf01be0 100644 --- a/sw/source/core/access/accnotextframe.cxx +++ b/sw/source/core/access/accnotextframe.cxx @@ -19,6 +19,7 @@ #include <vcl/svapp.hxx> #include <com/sun/star/accessibility/AccessibleEventId.hpp> +#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <unotools/accessiblestatesethelper.hxx> #include <cppuhelper/typeprovider.hxx> #include <frmfmt.hxx> diff --git a/sw/source/core/access/accnotexthyperlink.cxx b/sw/source/core/access/accnotexthyperlink.cxx index b2c8d0e7cf96..9f7ebd5d7470 100644 --- a/sw/source/core/access/accnotexthyperlink.cxx +++ b/sw/source/core/access/accnotexthyperlink.cxx @@ -16,6 +16,9 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ + +#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> + #include <comphelper/accessiblekeybindinghelper.hxx> #include <swurl.hxx> #include <vcl/svapp.hxx> diff --git a/sw/source/core/access/accselectionhelper.cxx b/sw/source/core/access/accselectionhelper.cxx index 562433441eb6..d37e7c1ba9be 100644 --- a/sw/source/core/access/accselectionhelper.cxx +++ b/sw/source/core/access/accselectionhelper.cxx @@ -31,6 +31,7 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/XAccessibleStateSet.hpp> +#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <fmtanchr.hxx> using namespace ::com::sun::star::accessibility; diff --git a/sw/source/core/access/acctable.cxx b/sw/source/core/access/acctable.cxx index ef0bff3133b1..b9c80cbe5aa7 100644 --- a/sw/source/core/access/acctable.cxx +++ b/sw/source/core/access/acctable.cxx @@ -28,6 +28,7 @@ #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleTableModelChange.hpp> #include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp> +#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <unotools/accessiblestatesethelper.hxx> #include <vcl/svapp.hxx> #include <frmfmt.hxx> diff --git a/sw/source/core/access/acctextframe.cxx b/sw/source/core/access/acctextframe.cxx index 22f7c6b917dd..024a8861c114 100644 --- a/sw/source/core/access/acctextframe.cxx +++ b/sw/source/core/access/acctextframe.cxx @@ -27,6 +27,7 @@ #include <com/sun/star/accessibility/AccessibleRelationType.hpp> #include <com/sun/star/accessibility/XAccessibleRelationSet.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> +#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <unotools/accessiblestatesethelper.hxx> #include <frmfmt.hxx> #include <flyfrm.hxx> diff --git a/sw/source/core/edit/edfcol.cxx b/sw/source/core/edit/edfcol.cxx index b908b4d31a6f..ab31bef2be55 100644 --- a/sw/source/core/edit/edfcol.cxx +++ b/sw/source/core/edit/edfcol.cxx @@ -59,6 +59,7 @@ #include <editeng/unoprnms.hxx> #include <sfx2/classificationhelper.hxx> #include <svx/ClassificationCommon.hxx> +#include <svx/ClassificationField.hxx> #include <svl/cryptosign.hxx> #include <svl/sigstruct.hxx> #include <utility> diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx index e219d1d6b665..83c8fb523c69 100644 --- a/sw/source/ui/config/optload.cxx +++ b/sw/source/ui/config/optload.cxx @@ -43,6 +43,7 @@ #include <com/sun/star/document/PrinterIndependentLayout.hpp> #include <svtools/insdlg.hxx> +#include <svtools/unitconv.hxx> #include <vcl/treelistentry.hxx> #include <tools/resary.hxx> #include <vcl/builderfactory.hxx> diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx index 9f6767fda732..948cd77e4974 100644 --- a/sw/source/ui/config/optpage.cxx +++ b/sw/source/ui/config/optpage.cxx @@ -66,6 +66,7 @@ #include <svl/eitem.hxx> #include <svl/cjkoptions.hxx> #include <svtools/ctrltool.hxx> +#include <svtools/unitconv.hxx> #include <sfx2/htmlmode.hxx> #include <svx/xtable.hxx> #include <svx/dlgutil.hxx> diff --git a/sw/source/ui/dbui/mmlayoutpage.cxx b/sw/source/ui/dbui/mmlayoutpage.cxx index c1296bf97f7a..cf2fcd450ae1 100644 --- a/sw/source/ui/dbui/mmlayoutpage.cxx +++ b/sw/source/ui/dbui/mmlayoutpage.cxx @@ -33,6 +33,7 @@ #include <sfx2/dispatch.hxx> #include <svl/stritem.hxx> #include <sfx2/docfilt.hxx> +#include <svtools/unitconv.hxx> #include <com/sun/star/text/XParagraphCursor.hpp> #include <com/sun/star/view/XViewSettingsSupplier.hpp> #include <com/sun/star/view/DocumentZoomType.hpp> diff --git a/sw/source/ui/misc/pgfnote.cxx b/sw/source/ui/misc/pgfnote.cxx index f4cdf538c717..0a93846d03d3 100644 --- a/sw/source/ui/misc/pgfnote.cxx +++ b/sw/source/ui/misc/pgfnote.cxx @@ -22,6 +22,7 @@ #include <hintids.hxx> #include <svtools/unitconv.hxx> #include <svx/dialogs.hrc> +#include <svx/svxids.hrc> #include <svx/drawitem.hxx> #include <svx/xtable.hxx> #include <sal/macros.h> diff --git a/sw/source/ui/table/colwd.cxx b/sw/source/ui/table/colwd.cxx index 35dd9f225b0d..ee24ec5c454a 100644 --- a/sw/source/ui/table/colwd.cxx +++ b/sw/source/ui/table/colwd.cxx @@ -19,6 +19,7 @@ #include <sfx2/dispatch.hxx> #include <svx/dlgutil.hxx> +#include <svtools/unitconv.hxx> #include <colwd.hxx> #include <tablemgr.hxx> #include <wrtsh.hxx> diff --git a/sw/source/ui/table/rowht.cxx b/sw/source/ui/table/rowht.cxx index 066209e6389a..6e0b4809969d 100644 --- a/sw/source/ui/table/rowht.cxx +++ b/sw/source/ui/table/rowht.cxx @@ -21,6 +21,7 @@ #include <svl/eitem.hxx> #include <sfx2/dispatch.hxx> #include <svx/dlgutil.hxx> +#include <svtools/unitconv.hxx> #include <fmtfsize.hxx> #include <swtypes.hxx> diff --git a/sw/source/uibase/app/swmodul1.cxx b/sw/source/uibase/app/swmodul1.cxx index 1d9c83a45ea5..fa849f7319ec 100644 --- a/sw/source/uibase/app/swmodul1.cxx +++ b/sw/source/uibase/app/swmodul1.cxx @@ -30,6 +30,7 @@ #include <unotools/useroptions.hxx> #include <cppuhelper/weak.hxx> #include <com/sun/star/frame/FrameSearchFlag.hpp> +#include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> #include <svx/colorwindow.hxx> #include <svx/dataaccessdescriptor.hxx> |