summaryrefslogtreecommitdiff
path: root/include/svtools/brwbox.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-14 21:45:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-16 20:18:29 +0100
commit700936e43df0ac06accac1b3a8218e221e46455c (patch)
treed9d4fb8ae5904ea33e626190dc26b237cfc32fc9 /include/svtools/brwbox.hxx
parent76e14924edcecc4312229b5a9b9b9a80f597695d (diff)
use fwd decls
Change-Id: I06a4049d84d3ef755b713c045f686361782bdfc1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88807 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 af44c7613b8a..d8533f923dcd 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/scrbar.hxx>
#include <vcl/status.hxx>
#include <vcl/ctrl.hxx>
#include <vcl/vclptr.hxx>
@@ -40,6 +39,7 @@
class BrowserColumn;
class BrowserDataWin;
class BrowserHeader;
+class ScrollBar;
namespace svt {
class BrowseBoxImpl;