summaryrefslogtreecommitdiff
path: root/include/framework/addonsoptions.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-02-12 21:00:26 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-02-19 16:28:39 +0100
commit58fa1889eeaa1d8e4abdf49a18660721309362ce (patch)
tree4b2cd942cf351347a5d42ee86d3e8d5ba3428b27 /include/framework/addonsoptions.hxx
parentc40b39375dbc1248c8c067ee709ad3bdcb4a01ee (diff)
tdf#42949 Fix IWYU warnings in include/framework/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ia9616f644a68ec6da22e646ba0d919a3489a9481 Reviewed-on: https://gerrit.libreoffice.org/67745 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/framework/addonsoptions.hxx')
-rw-r--r--include/framework/addonsoptions.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx
index 2da3a8c4f4a3..66c5fca79c09 100644
--- a/include/framework/addonsoptions.hxx
+++ b/include/framework/addonsoptions.hxx
@@ -20,15 +20,14 @@
#define INCLUDED_FRAMEWORK_ADDONSOPTIONS_HXX
#include <sal/types.h>
-#include <osl/mutex.hxx>
#include <vcl/image.hxx>
-#include <vcl/bitmap.hxx>
-#include <vcl/svapp.hxx>
#include <com/sun/star/uno/Sequence.h>
-#include <com/sun/star/beans/PropertyValue.hpp>
#include <framework/fwedllapi.h>
#include <memory>
+namespace com::sun::star::beans { struct PropertyValue; }
+namespace osl { class Mutex; }
+
/*-************************************************************************************************************
@descr The method GetAddonsMenu() returns a list of property values.
Use follow defines to separate values by names.