diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-10 22:04:15 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-06 12:18:13 +0200 |
commit | 779a48f70ea8f7843ed3145c7efd522027e9183f (patch) | |
tree | 8dc1e1e45b2eb7c8076c1aa4b1a0a35006ba1764 /include/formula/IFunctionDescription.hxx | |
parent | 3bd5a3979dc427bc27890f7e9c111a33d5ee9bf4 (diff) |
tdf#42949 Fix IWYU warnings in include/formula/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I564e3dd53e7718326fc1e8b98c9ae3367381703c
Reviewed-on: https://gerrit.libreoffice.org/70550
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/formula/IFunctionDescription.hxx')
-rw-r--r-- | include/formula/IFunctionDescription.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/formula/IFunctionDescription.hxx b/include/formula/IFunctionDescription.hxx index 3d03d4e6c069..5d4616b9b9e5 100644 --- a/include/formula/IFunctionDescription.hxx +++ b/include/formula/IFunctionDescription.hxx @@ -25,7 +25,6 @@ #include <com/sun/star/table/CellAddress.hpp> #include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/Sequence.hxx> #include <rtl/string.hxx> #include <rtl/ustring.hxx> #include <sal/types.h> @@ -36,6 +35,8 @@ namespace com { namespace sun { namespace star { namespace sheet { class XFormulaParser; } } } } +namespace com::sun::star::uno { template <class E> class Sequence; } + namespace formula { class IFunctionCategory; |