summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-15 19:03:57 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-15 19:04:51 -0500
commit30123b9559e2fb74c9db7d530c538a1c6dc7e32c (patch)
tree4cf0c0a95291bc5af226ac7c049c4361b5dd1942 /sc/inc
parent3cf226622a3d8c09d655034dbcc81695f1662b87 (diff)
Remove brdcst.hxx from document.hxx.
Change-Id: Ie44a743a6814cdf1bc15f850547ae71afd595836
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 689e97c2064c..1e05df2de19f 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -27,7 +27,6 @@
#include "scdllapi.h"
#include "rangelst.hxx"
#include "rangenam.hxx"
-#include "brdcst.hxx"
#include "tabopparams.hxx"
#include "types.hxx"
#include <formula/grammar.hxx>
@@ -37,6 +36,7 @@
#include "compressedarray.hxx"
#include "calcmacros.hxx"
#include "calcconfig.hxx"
+#include <simplehintids.hxx>
#include <tools/gen.hxx>
#include <svl/zforlist.hxx>
@@ -185,6 +185,8 @@ class ScDocumentImport;
class ScPostIt;
struct ScSubTotalParam;
struct ScQueryParam;
+class ScHint;
+class SvtBroadcaster;
namespace com { namespace sun { namespace star {
namespace lang {