diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2021-12-16 20:59:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-12-20 10:06:34 +0100 |
commit | 807f238f12e0774fabf507a17ca0ba9204d47833 (patch) | |
tree | 37f51c4539aa07ce707dcf81d2e9dc4e16186d15 /sc/source | |
parent | 309c8bd4fc5cc7034754b90d6306bbe4084be4d9 (diff) |
Recheck include/[e-r]* with IWYU
See tdf#42949 for motivation
Change-Id: I44e4e3a88067c1c29ce9d563b22741e984b43576
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126964
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/data/global2.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/docshell/impex.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/vba/vbarange.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/viewfun6.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/core/data/global2.cxx b/sc/source/core/data/global2.cxx index 5dcbbdd11709..5d58a3e8c2e3 100644 --- a/sc/source/core/data/global2.cxx +++ b/sc/source/core/data/global2.cxx @@ -27,6 +27,7 @@ #include <formula/errorcodes.hxx> #include <sal/log.hxx> #include <rtl/character.hxx> +#include <rtl/math.hxx> #include <global.hxx> #include <rangeutl.hxx> diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx index b49f3b96fb50..953aa0eb8167 100644 --- a/sc/source/ui/docshell/impex.cxx +++ b/sc/source/ui/docshell/impex.cxx @@ -63,6 +63,7 @@ #include <editeng/editobj.hxx> #include <svl/numformat.hxx> #include <rtl/character.hxx> +#include <rtl/math.hxx> #include <sax/tools/converter.hxx> #include <memory> diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx index 1cb307133cf7..d264682a1f7a 100644 --- a/sc/source/ui/vba/vbarange.cxx +++ b/sc/source/ui/vba/vbarange.cxx @@ -23,6 +23,7 @@ #include <cppuhelper/exc_hlp.hxx> #include <o3tl/any.hxx> #include <o3tl/unit_conversion.hxx> +#include <rtl/math.hxx> #include <tools/diagnose_ex.h> #include <com/sun/star/script/ArrayWrapper.hpp> diff --git a/sc/source/ui/view/viewfun6.cxx b/sc/source/ui/view/viewfun6.cxx index 9e066efff637..160ee6ce5882 100644 --- a/sc/source/ui/view/viewfun6.cxx +++ b/sc/source/ui/view/viewfun6.cxx @@ -28,6 +28,7 @@ #include <vcl/uitest/logger.hxx> #include <vcl/uitest/eventdescription.hxx> #include <editeng/editview.hxx> +#include <rtl/math.hxx> #include <sal/log.hxx> #include <viewfunc.hxx> |