From b0bc9a81c23d04aed3e01642a33b711da35e4751 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 16 Feb 2020 15:34:55 +0000 Subject: use fwd decls of StatusBar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib7ba9978e348a824a23310f9a4e6cfb6b7c18f0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88811 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- include/sfx2/stbitem.hxx | 4 ++-- include/svtools/brwbox.hxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/sfx2/stbitem.hxx b/include/sfx2/stbitem.hxx index 4531d0a23b81..e49a81e78e88 100644 --- a/include/sfx2/stbitem.hxx +++ b/include/sfx2/stbitem.hxx @@ -23,11 +23,11 @@ #include #include #include -#include - +#include class SfxModule; class SfxStatusBarControl; +class StatusBar; svt::StatusbarController* SfxStatusBarControllerFactory( const css::uno::Reference< css::frame::XFrame >& rFrame, diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx index d8533f923dcd..f7c4919a1c3f 100644 --- a/include/svtools/brwbox.hxx +++ b/include/svtools/brwbox.hxx @@ -20,7 +20,6 @@ #define INCLUDED_SVTOOLS_BRWBOX_HXX #include -#include #include #include #include @@ -40,6 +39,7 @@ class BrowserColumn; class BrowserDataWin; class BrowserHeader; class ScrollBar; +class StatusBar; namespace svt { class BrowseBoxImpl; -- cgit