summaryrefslogtreecommitdiff
path: root/include/svtools/brwbox.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-16 15:34:55 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-16 20:19:00 +0100
commitb0bc9a81c23d04aed3e01642a33b711da35e4751 (patch)
treee4c3cbecd3152908c4d0efed5425e7a2d5148fed /include/svtools/brwbox.hxx
parent700936e43df0ac06accac1b3a8218e221e46455c (diff)
use fwd decls of StatusBar
Change-Id: Ib7ba9978e348a824a23310f9a4e6cfb6b7c18f0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88811 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools/brwbox.hxx')
-rw-r--r--include/svtools/brwbox.hxx2
1 files changed, 1 insertions, 1 deletions
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 <svtools/svtdllapi.h>
-#include <vcl/status.hxx>
#include <vcl/ctrl.hxx>
#include <vcl/vclptr.hxx>
#include <tools/multisel.hxx>
@@ -40,6 +39,7 @@ class BrowserColumn;
class BrowserDataWin;
class BrowserHeader;
class ScrollBar;
+class StatusBar;
namespace svt {
class BrowseBoxImpl;