diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-14 20:01:29 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-26 08:36:29 +0200 |
commit | 01d780e2fa42ba04b55104cb012f00b6b3cbb162 (patch) | |
tree | 9fb59a78dd4e7344e26e8907a8dc11d01c7361a3 /sc/source/ui/vba/vbaapplication.cxx | |
parent | 6a4b7d1e658b4515ec9a2fe3604dd4ead4c0fec8 (diff) |
tdf#42949 Fix IWYU warnings in sc/source/ui/vba/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I888a8f7269c03d9d4d066032f90564f92c4af2e4
Reviewed-on: https://gerrit.libreoffice.org/75596
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/ui/vba/vbaapplication.cxx')
-rw-r--r-- | sc/source/ui/vba/vbaapplication.cxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx index f9ee9813d2e6..002e09282485 100644 --- a/sc/source/ui/vba/vbaapplication.cxx +++ b/sc/source/ui/vba/vbaapplication.cxx @@ -22,16 +22,13 @@ #include <com/sun/star/script/BasicErrorException.hpp> #include <com/sun/star/sheet/XCalculatable.hpp> #include <com/sun/star/sheet/XCellRangeAddressable.hpp> -#include <com/sun/star/sheet/XCellRangeReferrer.hpp> #include <com/sun/star/sheet/XNamedRanges.hpp> #include <com/sun/star/sheet/XSpreadsheetView.hpp> -#include <com/sun/star/sheet/XSpreadsheets.hpp> #include <com/sun/star/task/XStatusIndicatorSupplier.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/util/PathSettings.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> #include <ooo/vba/XCommandBars.hpp> -#include <ooo/vba/XExecutableDialog.hpp> #include <ooo/vba/excel/XApplicationOutgoing.hpp> #include <ooo/vba/excel/XlCalculation.hpp> #include <ooo/vba/excel/XlMousePointer.hpp> @@ -42,13 +39,11 @@ #include "vbaapplication.hxx" #include "vbaworkbooks.hxx" #include "vbaworkbook.hxx" -#include "vbaworksheets.hxx" #include "vbarange.hxx" #include "vbawsfunction.hxx" #include "vbadialogs.hxx" #include "vbawindow.hxx" #include "vbawindows.hxx" -#include "vbaglobals.hxx" #include "vbamenubars.hxx" #include <tabvwsh.hxx> #include <gridwin.hxx> @@ -60,7 +55,6 @@ #include "vbaassistant.hxx" #include <sc.hrc> #include <macromgr.hxx> -#include <defaultsoptions.hxx> #include "vbafiledialog.hxx" #include <osl/file.hxx> @@ -68,17 +62,10 @@ #include <sfx2/bindings.hxx> #include <sfx2/request.hxx> -#include <sfx2/objsh.hxx> -#include <sfx2/viewfrm.hxx> #include <sfx2/app.hxx> #include <vcl/svapp.hxx> -#include <toolkit/awt/vclxwindow.hxx> - #include <tools/diagnose_ex.h> -#include <tools/urlobj.hxx> - -#include <docuno.hxx> #include <basic/sbx.hxx> #include <basic/sbstar.hxx> @@ -88,13 +75,11 @@ #include <convuno.hxx> #include <cellsuno.hxx> -#include <miscuno.hxx> #include <unonames.hxx> #include <docsh.hxx> #include <vbahelper/helperdecl.hxx> #include "excelvbahelper.hxx" -#include <basic/sbmod.hxx> #include <basic/sbxobj.hxx> #include <viewutil.hxx> |