diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-06-06 16:01:24 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-06-09 14:55:24 +0200 |
commit | 2c0906bceef2889830cf9bd152b9e06b15f989a8 (patch) | |
tree | bff29c09a7fbff719a6909d42730c0cbe0173e24 /scripting/source/stringresource | |
parent | 066d70da9391b43e9586736812b1064028aa53fc (diff) |
tdf#42949 Fix IWYU warnings in scripting/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I014631ec79242d9a5f735d7401fe0f5e323c69a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95649
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'scripting/source/stringresource')
-rw-r--r-- | scripting/source/stringresource/stringresource.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripting/source/stringresource/stringresource.cxx b/scripting/source/stringresource/stringresource.cxx index 4e721517c8b0..4d4bcb1c045e 100644 --- a/scripting/source/stringresource/stringresource.cxx +++ b/scripting/source/stringresource/stringresource.cxx @@ -22,25 +22,20 @@ #include <com/sun/star/io/TempFile.hpp> #include <com/sun/star/io/TextInputStream.hpp> #include <com/sun/star/io/TextOutputStream.hpp> -#include <com/sun/star/io/XActiveDataSink.hpp> -#include <com/sun/star/io/XActiveDataSource.hpp> #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/lang/NoSupportException.hpp> -#include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/resource/MissingResourceException.hpp> #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/ElementExistException.hpp> -#include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/ucb/SimpleFileAccess.hpp> #include <osl/diagnose.h> #include <rtl/tencinfo.h> #include <rtl/ustrbuf.hxx> -#include <rtl/strbuf.hxx> #include <tools/urlobj.hxx> #include <i18nlangtag/languagetag.hxx> |