summaryrefslogtreecommitdiffstats
path: root/basic/source/runtime/iosys.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-11-08 17:23:15 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-12 09:20:55 +0100
commit7ddedd2594ddcaeed21f46709fdb44601ff641bf (patch)
tree2b0e198ba30392a6f140f046b87a67b91f00aa32 /basic/source/runtime/iosys.cxx
parenttdf#128630 vcl PDF export: fix aspect ratio when scaling rotated image (diff)
downloadcore-7ddedd2594ddcaeed21f46709fdb44601ff641bf.tar.gz
core-7ddedd2594ddcaeed21f46709fdb44601ff641bf.zip
tdf#42949 Fix IWYU warnings in basic/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I325149be2ea7697b5b4a2ce4a662edd2f8be6e50 Reviewed-on: https://gerrit.libreoffice.org/82312 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'basic/source/runtime/iosys.cxx')
-rw-r--r--basic/source/runtime/iosys.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx
index 6797b41f7758..e58c0a060df2 100644
--- a/basic/source/runtime/iosys.cxx
+++ b/basic/source/runtime/iosys.cxx
@@ -22,27 +22,18 @@
#include <vcl/weld.hxx>
#include <vcl/window.hxx>
#include <osl/file.hxx>
-#include <tools/urlobj.hxx>
#include <runtime.hxx>
-#include <rtl/byteseq.hxx>
-#include <rtl/textenc.h>
#include <rtl/strbuf.hxx>
-#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
-#include <com/sun/star/bridge/BridgeFactory.hpp>
-#include <com/sun/star/bridge/XBridge.hpp>
#include <com/sun/star/uno/Sequence.hxx>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/ucb/SimpleFileAccess.hpp>
#include <com/sun/star/ucb/UniversalContentBroker.hpp>
-#include <com/sun/star/ucb/XContentProvider.hpp>
-#include <com/sun/star/ucb/XContentProviderManager.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/io/XStream.hpp>
@@ -55,7 +46,6 @@ using namespace com::sun::star::io;
using namespace com::sun::star::bridge;
#include <iosys.hxx>
-#include <sbintern.hxx>
class SbiInputDialog : public weld::GenericDialogController