summaryrefslogtreecommitdiff
path: root/sc/inc/addincol.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-06-04 23:55:49 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-06-06 09:46:06 +0200
commit18a8cac57d5450fef9111fa356839f07c7593ad0 (patch)
tree3888d36641e4c9caf7b6e8e9286091c881946c90 /sc/inc/addincol.hxx
parent6c68e52532d45c97a83b2396bd40c98ade9b5bb4 (diff)
tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Quite a bit of fallout management was necessary. Several files were not checked earlier because of IWYU problems. Also a few mistaken entries from the yaml file are corrected. Change-Id: I943dfb955e096896961ac487d26ce57a6cb76cc2 Reviewed-on: https://gerrit.libreoffice.org/55303 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/addincol.hxx')
-rw-r--r--sc/inc/addincol.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/inc/addincol.hxx b/sc/inc/addincol.hxx
index 6b2f1b29f535..e22a6c056f9d 100644
--- a/sc/inc/addincol.hxx
+++ b/sc/inc/addincol.hxx
@@ -21,23 +21,23 @@
#define INCLUDED_SC_INC_ADDINCOL_HXX
#include <memory>
-#include "global.hxx"
-#include <com/sun/star/sheet/XVolatileResult.hpp>
-#include <com/sun/star/sheet/XAddIn.hpp>
-#include <com/sun/star/sheet/XResultListener.hpp>
-#include <com/sun/star/sheet/ResultEvent.hpp>
-#include <com/sun/star/container/XNameAccess.hpp>
-#include <com/sun/star/reflection/XIdlMethod.hpp>
+#include <com/sun/star/uno/Any.h>
+#include <com/sun/star/uno/Reference.h>
+#include <com/sun/star/uno/Sequence.h>
+#include <formula/errorcodes.hxx>
#include <i18nlangtag/lang.h>
-#include <rtl/ustring.h>
#include "scdllapi.h"
#include <rtl/ustring.hxx>
-#include "scmatrix.hxx"
#include "types.hxx"
+#include <vector>
#include <unordered_map>
+namespace com { namespace sun { namespace star { namespace reflection { class XIdlMethod; } } } }
+namespace com { namespace sun { namespace star { namespace sheet { class XVolatileResult; } } } }
+namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } }
+
class SfxObjectShell;
class ScUnoAddInFuncData;
class ScFuncDesc;