Kaydet (Commit) 30123b95 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Remove brdcst.hxx from document.hxx.

Change-Id: Ie44a743a6814cdf1bc15f850547ae71afd595836
üst 3cf22662
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include "scdllapi.h" #include "scdllapi.h"
#include "rangelst.hxx" #include "rangelst.hxx"
#include "rangenam.hxx" #include "rangenam.hxx"
#include "brdcst.hxx"
#include "tabopparams.hxx" #include "tabopparams.hxx"
#include "types.hxx" #include "types.hxx"
#include <formula/grammar.hxx> #include <formula/grammar.hxx>
...@@ -37,6 +36,7 @@ ...@@ -37,6 +36,7 @@
#include "compressedarray.hxx" #include "compressedarray.hxx"
#include "calcmacros.hxx" #include "calcmacros.hxx"
#include "calcconfig.hxx" #include "calcconfig.hxx"
#include <simplehintids.hxx>
#include <tools/gen.hxx> #include <tools/gen.hxx>
#include <svl/zforlist.hxx> #include <svl/zforlist.hxx>
...@@ -185,6 +185,8 @@ class ScDocumentImport; ...@@ -185,6 +185,8 @@ class ScDocumentImport;
class ScPostIt; class ScPostIt;
struct ScSubTotalParam; struct ScSubTotalParam;
struct ScQueryParam; struct ScQueryParam;
class ScHint;
class SvtBroadcaster;
namespace com { namespace sun { namespace star { namespace com { namespace sun { namespace star {
namespace lang { namespace lang {
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include "lookupcache.hxx" #include "lookupcache.hxx"
#include "document.hxx" #include "document.hxx"
#include "queryentry.hxx" #include "queryentry.hxx"
#include <brdcst.hxx>
ScLookupCache::QueryCriteria::QueryCriteria( const ScQueryEntry& rEntry ) : ScLookupCache::QueryCriteria::QueryCriteria( const ScQueryEntry& rEntry ) :
mfVal(0.0), mbAlloc(false), mbString(false) mfVal(0.0), mbAlloc(false), mbString(false)
......
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
#include "refundo.hxx" #include "refundo.hxx"
#include "undoolk.hxx" #include "undoolk.hxx"
#include "clipparam.hxx" #include "clipparam.hxx"
#include <brdcst.hxx>
#include "sc.hrc" #include "sc.hrc"
#include <rowheightcontext.hxx> #include <rowheightcontext.hxx>
#include <refhint.hxx> #include <refhint.hxx>
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#include "cellvalue.hxx" #include "cellvalue.hxx"
#include "tokenarray.hxx" #include "tokenarray.hxx"
#include "scmatrix.hxx" #include "scmatrix.hxx"
#include <brdcst.hxx>
#include <formula/opcode.hxx> #include <formula/opcode.hxx>
#include <svl/sharedstring.hxx> #include <svl/sharedstring.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment