diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-02-22 17:47:06 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-02-24 15:55:08 +0100 |
commit | 6dd18351e3004d9a0c0d78265080be9c894edb92 (patch) | |
tree | b58315d0ccdc80b0dac91854fd20451c75d7c982 /svx/source/form/fmexpl.cxx | |
parent | 04a7274a5158a9acd36c2ad20d45c63dc052a5cf (diff) |
tdf#42949 Fix IWYU warnings in svx/source/[f-m]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I103c5c7f1a74e8c3a021a91c7a96ebc87cb19efd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89263
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/form/fmexpl.cxx')
-rw-r--r-- | svx/source/form/fmexpl.cxx | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/svx/source/form/fmexpl.cxx b/svx/source/form/fmexpl.cxx index de2495382db2..6f585dbecea5 100644 --- a/svx/source/form/fmexpl.cxx +++ b/svx/source/form/fmexpl.cxx @@ -23,43 +23,23 @@ #include <helpids.h> #include <svx/fmglob.hxx> -#include <fmservs.hxx> -#include <svx/fmmodel.hxx> +#include <svx/fmtools.hxx> #include <fmexch.hxx> -#include <fmundo.hxx> -#include <fmpgeimp.hxx> #include <svx/svxids.hrc> #include <fmprop.hxx> #include <bitmaps.hlst> #include <svx/dialmgr.hxx> -#include <svx/svditer.hxx> -#include <svx/svdouno.hxx> -#include <svx/svdobj.hxx> -#include <sfx2/dispatch.hxx> -#include <sfx2/objsh.hxx> -#include <sfx2/viewsh.hxx> -#include <sfx2/viewfrm.hxx> +#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/form/FormComponentType.hpp> -#include <com/sun/star/awt/XTabControllerModel.hpp> -#include <vcl/menu.hxx> #include <sfx2/objitem.hxx> -#include <sfx2/request.hxx> #include <svx/fmshell.hxx> -#include <fmshimp.hxx> -#include <svx/fmpage.hxx> -#include <com/sun/star/io/XPersistObject.hpp> -#include <com/sun/star/sdb/CommandType.hpp> -#include <com/sun/star/beans/PropertyAttribute.hpp> #include <comphelper/types.hxx> using namespace ::svxform; using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::sdbc; -using namespace ::com::sun::star::sdb; using namespace ::com::sun::star::form; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::lang; |