diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-03-02 22:20:10 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-06 09:07:23 +0100 |
commit | a6e3a862aac37f89da4177631d6d315159f4f47a (patch) | |
tree | 38e1032a5c14cf743fcb5b4ef7c107328065800b /extensions/source/propctrlr/propcontroller.hxx | |
parent | bc4ef004b880fde2cdb8aba3c79f8b4a8d5764da (diff) |
tdf#42949 Fix IWYU warnings in extensions/source/*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ice2becc34174bdb5507180df6aa1a3c55a55f394
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89859
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'extensions/source/propctrlr/propcontroller.hxx')
-rw-r--r-- | extensions/source/propctrlr/propcontroller.hxx | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/extensions/source/propctrlr/propcontroller.hxx b/extensions/source/propctrlr/propcontroller.hxx index 7cfeba92030e..1afc7a7728b2 100644 --- a/extensions/source/propctrlr/propcontroller.hxx +++ b/extensions/source/propctrlr/propcontroller.hxx @@ -21,35 +21,24 @@ #define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_PROPCONTROLLER_HXX #include "composeduiupdate.hxx" -#include "formbrowsertools.hxx" -#include "formmetadata.hxx" #include "proplinelistener.hxx" #include "propcontrolobserver.hxx" #include "browserview.hxx" -#include "modulepcr.hxx" -#include "propertyinfo.hxx" #include <com/sun/star/awt/XFocusListener.hpp> -#include <com/sun/star/beans/XPropertyState.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertyChangeListener.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <com/sun/star/form/XForm.hpp> -#include <com/sun/star/sdbc/XRowSet.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XEventListener.hpp> -#include <com/sun/star/sdbc/XConnection.hpp> #include <com/sun/star/awt/XLayoutConstrains.hpp> -#include <com/sun/star/awt/XControlContainer.hpp> #include <com/sun/star/inspection/XPropertyControlFactory.hpp> #include <com/sun/star/inspection/XObjectInspector.hpp> #include <com/sun/star/inspection/XObjectInspectorUI.hpp> #include <com/sun/star/inspection/XPropertyHandler.hpp> #include <com/sun/star/lang/XInitialization.hpp> -#include <connectivity/dbtools.hxx> -#include <cppuhelper/interfacecontainer.hxx> +#include <comphelper/interfacecontainer2.hxx> +#include <comphelper/uno3.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/broadcasthelper.hxx> #include <vcl/weld.hxx> |