diff options
Diffstat (limited to 'include/sfx2/tbxctrl.hxx')
-rw-r--r-- | include/sfx2/tbxctrl.hxx | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx index b309187139be..f468bfc13e76 100644 --- a/include/sfx2/tbxctrl.hxx +++ b/include/sfx2/tbxctrl.hxx @@ -23,19 +23,13 @@ #include <sal/config.h> #include <sfx2/dllapi.h> #include <sal/types.h> -#include <vcl/timer.hxx> -#include <vcl/menu.hxx> -#include <vcl/fixed.hxx> +#include <svl/poolitem.hxx> #include <vcl/floatwin.hxx> -#include <sfx2/ctrlitem.hxx> -#include <sfx2/sfxstatuslistener.hxx> #include <svtools/toolboxcontroller.hxx> -#include <svtools/framestatuslistener.hxx> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <com/sun/star/frame/XDispatchProvider.hpp> -#include <com/sun/star/frame/XFrame.hpp> #include <rtl/ref.hxx> +namespace com::sun::star::frame { class XDispatchProvider; } +namespace com::sun::star::frame { class XFrame; } class SfxToolBoxControl; class SfxModule; |