diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-10 20:48:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 18:34:17 +0100 |
commit | 071df4770dfe421d96d3df748af751eaae6982c3 (patch) | |
tree | 309ac0bbd4b2609ff7a8e2cc538f4c008588fa99 /include/sfx2/tbxctrl.hxx | |
parent | 1653bb9bffaa84a40b7d81a8277e887ea28df4e4 (diff) |
use some forward declares to reduce includes
Change-Id: Ic3a6d9a9569f909a7480d9da09709dbd60259e97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112323
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
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; |