sc/inc/document.hxx | 4 +++- sc/source/core/tool/lookupcache.cxx | 1 + sc/source/ui/undo/undoblk.cxx | 1 + sc/source/ui/unoobj/chart2uno.cxx | 1 + 4 files changed, 6 insertions(+), 1 deletion(-)
New commits: commit 30123b9559e2fb74c9db7d530c538a1c6dc7e32c Author: Kohei Yoshida <[email protected]> Date: Sat Nov 15 19:03:57 2014 -0500 Remove brdcst.hxx from document.hxx. Change-Id: Ie44a743a6814cdf1bc15f850547ae71afd595836 diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 689e97c..1e05df2 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 { diff --git a/sc/source/core/tool/lookupcache.cxx b/sc/source/core/tool/lookupcache.cxx index 08c56e5..2d9aca6 100644 --- a/sc/source/core/tool/lookupcache.cxx +++ b/sc/source/core/tool/lookupcache.cxx @@ -20,6 +20,7 @@ #include "lookupcache.hxx" #include "document.hxx" #include "queryentry.hxx" +#include <brdcst.hxx> ScLookupCache::QueryCriteria::QueryCriteria( const ScQueryEntry& rEntry ) : mfVal(0.0), mbAlloc(false), mbString(false) diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx index 858cd42..15e0a90 100644 --- a/sc/source/ui/undo/undoblk.cxx +++ b/sc/source/ui/undo/undoblk.cxx @@ -46,6 +46,7 @@ #include "refundo.hxx" #include "undoolk.hxx" #include "clipparam.hxx" +#include <brdcst.hxx> #include "sc.hrc" #include <rowheightcontext.hxx> #include <refhint.hxx> diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx index cad19ee..54103eb 100644 --- a/sc/source/ui/unoobj/chart2uno.cxx +++ b/sc/source/ui/unoobj/chart2uno.cxx @@ -40,6 +40,7 @@ #include "cellvalue.hxx" #include "tokenarray.hxx" #include "scmatrix.hxx" +#include <brdcst.hxx> #include <formula/opcode.hxx> #include <svl/sharedstring.hxx> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
