diff options
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/AccessibilityCheck.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/charmappopup.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/dinfdlg.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/emojipopup.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/frmhtml.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/sidebar/TabBar.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/tbxctrl.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/weldutils.hxx | 1 |
8 files changed, 3 insertions, 9 deletions
diff --git a/include/sfx2/AccessibilityCheck.hxx b/include/sfx2/AccessibilityCheck.hxx index 6de1069e58a1..185bc050d771 100644 --- a/include/sfx2/AccessibilityCheck.hxx +++ b/include/sfx2/AccessibilityCheck.hxx @@ -12,9 +12,6 @@ #define INCLUDED_SFX2_ACCESSIBILITYCHECKDIALOG_HXX #include <sfx2/dllapi.h> -#include <vector> -#include <memory> -#include <rtl/ustring.hxx> #include <sfx2/AccessibilityIssue.hxx> namespace sfx diff --git a/include/sfx2/charmappopup.hxx b/include/sfx2/charmappopup.hxx index e9bb6244be69..a82665563516 100644 --- a/include/sfx2/charmappopup.hxx +++ b/include/sfx2/charmappopup.hxx @@ -21,7 +21,6 @@ #define INCLUDED_SFX2_INC_CHARMAPPOPUP_HXX #include <svtools/popupwindowcontroller.hxx> -#include <sfx2/dllapi.h> class CharmapPopup final : public svt::PopupWindowController { diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx index 5f1efdfe7b3c..521434236cea 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -30,6 +30,7 @@ #include <svl/stritem.hxx> #include <svl/zforlist.hxx> +#include <svtools/ctrlbox.hxx> #include <vcl/idle.hxx> diff --git a/include/sfx2/emojipopup.hxx b/include/sfx2/emojipopup.hxx index 04f6fe720247..aecdcbab5b81 100644 --- a/include/sfx2/emojipopup.hxx +++ b/include/sfx2/emojipopup.hxx @@ -21,7 +21,6 @@ #define INCLUDED_SFX2_INC_EMOJIPOPUP_HXX #include <svtools/popupwindowcontroller.hxx> -#include <sfx2/dllapi.h> class EmojiPopup final : public svt::PopupWindowController { diff --git a/include/sfx2/frmhtml.hxx b/include/sfx2/frmhtml.hxx index c489390ec384..25f470a2d24f 100644 --- a/include/sfx2/frmhtml.hxx +++ b/include/sfx2/frmhtml.hxx @@ -23,7 +23,7 @@ #include <sal/config.h> #include <sfx2/dllapi.h> -#include <sfx2/sfxhtml.hxx> +#include <svtools/parhtml.hxx> class SfxFrameDescriptor; diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx index 055167890ee4..1f24d98059df 100644 --- a/include/sfx2/sidebar/TabBar.hxx +++ b/include/sfx2/sidebar/TabBar.hxx @@ -23,7 +23,7 @@ #include <sfx2//dllapi.h> #include <sfx2/sidebar/ResourceManager.hxx> - +#include <vcl/button.hxx> #include <vcl/menu.hxx> #include <vcl/window.hxx> diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx index 4785c4de7c7d..9ce86c659143 100644 --- a/include/sfx2/tbxctrl.hxx +++ b/include/sfx2/tbxctrl.hxx @@ -25,7 +25,6 @@ #include <sal/types.h> #include <svl/poolitem.hxx> #include <svtools/toolboxcontroller.hxx> -#include <rtl/ref.hxx> #include <vcl/window.hxx> namespace com::sun::star::frame { class XDispatchProvider; } diff --git a/include/sfx2/weldutils.hxx b/include/sfx2/weldutils.hxx index c72a473c4cf9..799d203ff94a 100644 --- a/include/sfx2/weldutils.hxx +++ b/include/sfx2/weldutils.hxx @@ -17,7 +17,6 @@ #include <tools/link.hxx> #include <sfx2/dllapi.h> #include <svtools/miscopt.hxx> -#include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <map> |