diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-02-19 22:43:10 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-03-01 08:21:00 +0100 |
commit | 144057a54a7283bf819de4a19c8067a3b8e2b3bf (patch) | |
tree | 1277a08c24d80a3fee42f7deabb63a5a57c3f47f /sot | |
parent | 5787a610df7f0e63054c51968c573b539452f67b (diff) |
Recheck modules s[f-t]* with IWYU
See tdf#42949 for motivation
Change-Id: I1f520aad1b1c942ad5616d96851016fc366ac58f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130203
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sot')
-rw-r--r-- | sot/IwyuFilter_sot.yaml | 9 | ||||
-rw-r--r-- | sot/source/sdstor/stgcache.cxx | 1 | ||||
-rw-r--r-- | sot/source/unoolestorage/xolesimplestorage.cxx | 1 |
3 files changed, 3 insertions, 8 deletions
diff --git a/sot/IwyuFilter_sot.yaml b/sot/IwyuFilter_sot.yaml index 9c19013558e9..c4d281721410 100644 --- a/sot/IwyuFilter_sot.yaml +++ b/sot/IwyuFilter_sot.yaml @@ -5,9 +5,6 @@ excludelist: # Base class needs complete type - com/sun/star/embed/XOLESimpleStorage.hpp - com/sun/star/lang/XServiceInfo.hpp - sot/source/sdstor/stgcache.hxx: - # OSL_BIGENDIAN is being checked - - osl/endian.h - sot/source/sdstor/stgcache.cxx: - # OSL_BIGENDIAN is being checked - - osl/endian.h + sot/source/base/formats.cxx: + # Needed on WIN32 + - o3tl/char16_t2wchar_t.hxx diff --git a/sot/source/sdstor/stgcache.cxx b/sot/source/sdstor/stgcache.cxx index 301769385f64..9881d6e0e7a7 100644 --- a/sot/source/sdstor/stgcache.cxx +++ b/sot/source/sdstor/stgcache.cxx @@ -20,7 +20,6 @@ #include <string.h> #include <osl/endian.h> #include <osl/diagnose.h> -#include <tools/solar.h> #include <sot/stg.hxx> #include "stgcache.hxx" diff --git a/sot/source/unoolestorage/xolesimplestorage.cxx b/sot/source/unoolestorage/xolesimplestorage.cxx index 565de5a5b63a..58bfe785fb25 100644 --- a/sot/source/unoolestorage/xolesimplestorage.cxx +++ b/sot/source/unoolestorage/xolesimplestorage.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/io/XTruncate.hpp> #include <com/sun/star/io/TempFile.hpp> -#include <comphelper/interfacecontainer2.hxx> #include <comphelper/storagehelper.hxx> #include <unotools/ucbstreamhelper.hxx> #include <cppuhelper/exc_hlp.hxx> |