diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-09-17 13:05:56 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-12-12 18:51:27 +0100 |
commit | 2c6f28f43167118b5149bc74cb48852d509dfc74 (patch) | |
tree | 5fe2931969ec8feea704f33c9d0ed82e090ffdb2 /include/vbahelper/vbahelper.hxx | |
parent | 4571e1625f7aaa63cde04a2a8a608abba0f45532 (diff) |
tdf#146619 Recheck include/[v-x]* with IWYU
Change-Id: I3cecd622aa04d842a449b4bfd6c55d0b8b96aabf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156992
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'include/vbahelper/vbahelper.hxx')
-rw-r--r-- | include/vbahelper/vbahelper.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx index e9d8fa8bc01f..5dd3e00dbdc1 100644 --- a/include/vbahelper/vbahelper.hxx +++ b/include/vbahelper/vbahelper.hxx @@ -19,14 +19,13 @@ #ifndef INCLUDED_VBAHELPER_VBAHELPER_HXX #define INCLUDED_VBAHELPER_VBAHELPER_HXX -#include <memory> #include <string_view> #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include <basic/sbxmeth.hxx> +#include <basic/sbxvar.hxx> #include <rtl/ustring.hxx> #include <sal/types.h> #include <tools/color.hxx> |