diff options
Diffstat (limited to 'include/sfx2/tbxctrl.hxx')
-rw-r--r-- | include/sfx2/tbxctrl.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx index 65d44088629e..7150d64adbcf 100644 --- a/include/sfx2/tbxctrl.hxx +++ b/include/sfx2/tbxctrl.hxx @@ -25,11 +25,12 @@ #include <sal/types.h> #include <svl/poolitem.hxx> #include <svtools/toolboxcontroller.hxx> -#include <vcl/window.hxx> #include <rtl/ref.hxx> +#include <vcl/vclptr.hxx> namespace com::sun::star::frame { class XDispatchProvider; } namespace com::sun::star::frame { class XFrame; } +namespace vcl { class Window; } class InterimItemWindow; class SfxToolBoxControl; |