summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/typemanager.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-02-06 20:59:05 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-02-14 13:36:03 +0100
commit7bad59533d506d58fb350f883c4deb67d7c011c5 (patch)
treec9d7c5dba59c0565123c0ec7500fe350e928fdcb /cppuhelper/source/typemanager.hxx
parentUpdate git submodules (diff)
downloadcore-7bad59533d506d58fb350f883c4deb67d7c011c5.tar.gz
core-7bad59533d506d58fb350f883c4deb67d7c011c5.zip
tdf#42949 Fix IWYU warnings in cppuhelper/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I0eebd82b96d630da0597166cf87d398072607c13 Reviewed-on: https://gerrit.libreoffice.org/67473 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cppuhelper/source/typemanager.hxx')
-rw-r--r--cppuhelper/source/typemanager.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/cppuhelper/source/typemanager.hxx b/cppuhelper/source/typemanager.hxx
index f2784aa0ea59..1547a5c0c21d 100644
--- a/cppuhelper/source/typemanager.hxx
+++ b/cppuhelper/source/typemanager.hxx
@@ -12,18 +12,12 @@
#include <sal/config.h>
-#include <com/sun/star/container/ElementExistException.hpp>
-#include <com/sun/star/container/NoSuchElementException.hpp>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/container/XSet.hpp>
-#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <com/sun/star/reflection/InvalidTypeNameException.hpp>
-#include <com/sun/star/reflection/NoSuchTypeNameException.hpp>
#include <com/sun/star/reflection/TypeDescriptionSearchDepth.hpp>
#include <com/sun/star/reflection/XTypeDescriptionEnumerationAccess.hpp>
#include <com/sun/star/uno/Reference.hxx>
-#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase.hxx>
@@ -31,10 +25,8 @@
#include <sal/types.h>
namespace com { namespace sun { namespace star {
- namespace uno { class Any; }
namespace reflection { class XTypeDescription; }
} } }
-namespace rtl { class OUString; }
namespace unoidl {
class ConstantGroupEntity;
class Entity;