summaryrefslogtreecommitdiffstats
path: root/framework/source/uielement/macrosmenucontroller.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-11-14 23:28:58 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-20 10:47:20 +0100
commit0f25e181c1a8ccd8dd47475ed6ed63e37c841c13 (patch)
tree90d757a54111db0d07285157688ff31ecd6765c9 /framework/source/uielement/macrosmenucontroller.cxx
parentuse correct parser overrides in ConvDicXMLImportContext (diff)
downloadcore-0f25e181c1a8ccd8dd47475ed6ed63e37c841c13.tar.gz
core-0f25e181c1a8ccd8dd47475ed6ed63e37c841c13.zip
tdf#42949 Fix IWYU warnings in framework/*/*cxx
Also drop the now unused framework/inc/general.h Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I8e19036a507dbdcd178835b6ac4182719d27a654 Reviewed-on: https://gerrit.libreoffice.org/82744 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'framework/source/uielement/macrosmenucontroller.cxx')
-rw-r--r--framework/source/uielement/macrosmenucontroller.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/framework/source/uielement/macrosmenucontroller.cxx b/framework/source/uielement/macrosmenucontroller.cxx
index 68932229c692..fa60b2cb302c 100644
--- a/framework/source/uielement/macrosmenucontroller.cxx
+++ b/framework/source/uielement/macrosmenucontroller.cxx
@@ -18,19 +18,12 @@
*/
#include <uielement/macrosmenucontroller.hxx>
-#include <uielement/menubarmanager.hxx>
#include <services.h>
-#include <com/sun/star/awt/MenuItemStyle.hpp>
-#include <com/sun/star/beans/PropertyValue.hpp>
-#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XContentEnumerationAccess.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <toolkit/awt/vclxmenu.hxx>
#include <vcl/svapp.hxx>
-#include <vcl/i18nhelp.hxx>
#include <vcl/commandinfoprovider.hxx>
-#include <rtl/ustrbuf.hxx>
-#include <helper/mischelper.hxx>
#include <osl/mutex.hxx>
using namespace com::sun::star::uno;