diff options
Diffstat (limited to 'include/framework/addonsoptions.hxx')
-rw-r--r-- | include/framework/addonsoptions.hxx | 7 |
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. |