diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-02-01 22:47:11 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-02-14 10:55:43 +0100 |
commit | f0c8312bc6630ed64f174acc6f65bb5172765951 (patch) | |
tree | d7441b13c6872b626b34c913b2cf73330f6bbb52 /forms/source/solar/component/navbarcontrol.cxx | |
parent | 1b0397a519bf6923c2dae7919d73c0662d2da2af (diff) |
tdf#42949 Fix IWYU warnings in forms/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I4afb3616c4f93155c187da11b2981b84d0984e9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87943
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'forms/source/solar/component/navbarcontrol.cxx')
-rw-r--r-- | forms/source/solar/component/navbarcontrol.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/forms/source/solar/component/navbarcontrol.cxx b/forms/source/solar/component/navbarcontrol.cxx index c2fc4485a446..b76460d9edbc 100644 --- a/forms/source/solar/component/navbarcontrol.cxx +++ b/forms/source/solar/component/navbarcontrol.cxx @@ -20,16 +20,15 @@ #include "navbarcontrol.hxx" #include <frm_strings.hxx> -#include <FormComponent.hxx> #include <componenttools.hxx> #include <navtoolbar.hxx> #include <commandimageprovider.hxx> #include <com/sun/star/awt/XView.hpp> #include <com/sun/star/awt/PosSize.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/form/runtime/FormFeature.hpp> #include <com/sun/star/awt/XControlModel.hpp> -#include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/frame/ModuleManager.hpp> #include <tools/debug.hxx> |