[Libreoffice-commits] core.git: sc/source

Tor Lillqvist tml at collabora.com
Thu Oct 1 22:31:23 PDT 2015


 sc/source/core/data/colorscale.cxx |    1 +
 sc/source/core/data/column.cxx     |    1 +
 sc/source/core/data/column3.cxx    |    1 +
 sc/source/core/data/documen4.cxx   |    1 +
 sc/source/core/data/documen7.cxx   |    1 +
 sc/source/core/data/validat.cxx    |    1 +
 sc/source/core/tool/detfunc.cxx    |    1 +
 sc/source/ui/docshell/docfunc.cxx  |    1 +
 8 files changed, 8 insertions(+)

New commits:
commit e4ddba2b5f8ff32dd35e8c8f66f145597407be42
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Oct 2 08:23:42 2015 +0300

    Add missing include
    
    Change-Id: I5e9d5b63bf18caa89565270c1630e1c8431c8630

diff --git a/sc/source/core/data/colorscale.cxx b/sc/source/core/data/colorscale.cxx
index acbdf29..0822d45 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -17,6 +17,7 @@
 #include "refupdatecontext.hxx"
 
 #include <formula/token.hxx>
+#include <officecfg/Office/Common.hxx>
 
 #include <algorithm>
 
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index f6d659b..151fcfe 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -46,6 +46,7 @@
 #include <stlalgorithm.hxx>
 #include <formulagroup.hxx>
 
+#include <officecfg/Office/Common.hxx>
 #include <svl/poolcach.hxx>
 #include <svl/zforlist.hxx>
 #include <svl/sharedstringpool.hxx>
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 0c28aa1..099328f 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -54,6 +54,7 @@
 
 #include <mdds/flat_segment_tree.hpp>
 
+#include <officecfg/Office/Common.hxx>
 #include <sfx2/objsh.hxx>
 #include <svl/zforlist.hxx>
 #include <svl/zformat.hxx>
diff --git a/sc/source/core/data/documen4.cxx b/sc/source/core/data/documen4.cxx
index 41aee99..9a9a7eb 100644
--- a/sc/source/core/data/documen4.cxx
+++ b/sc/source/core/data/documen4.cxx
@@ -17,6 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <officecfg/Office/Common.hxx>
 #include <svl/intitem.hxx>
 #include <svl/zforlist.hxx>
 #include <formula/token.hxx>
diff --git a/sc/source/core/data/documen7.cxx b/sc/source/core/data/documen7.cxx
index 54335c9..2f8a2d7 100644
--- a/sc/source/core/data/documen7.cxx
+++ b/sc/source/core/data/documen7.cxx
@@ -17,6 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <officecfg/Office/Common.hxx>
 #include <vcl/svapp.hxx>
 
 #include "document.hxx"
diff --git a/sc/source/core/data/validat.cxx b/sc/source/core/data/validat.cxx
index 491213c..8276327 100644
--- a/sc/source/core/data/validat.cxx
+++ b/sc/source/core/data/validat.cxx
@@ -30,6 +30,7 @@
 #include <basic/basmgr.hxx>
 
 #include <basic/sbx.hxx>
+#include <officecfg/Office/Common.hxx>
 #include <svl/zforlist.hxx>
 #include <svl/sharedstringpool.hxx>
 #include <vcl/layout.hxx>
diff --git a/sc/source/core/tool/detfunc.cxx b/sc/source/core/tool/detfunc.cxx
index 7d72fc1..1b640bb 100644
--- a/sc/source/core/tool/detfunc.cxx
+++ b/sc/source/core/tool/detfunc.cxx
@@ -18,6 +18,7 @@
  */
 
 #include "scitems.hxx"
+#include <officecfg/Office/Common.hxx>
 #include <svtools/colorcfg.hxx>
 #include <editeng/eeitem.hxx>
 #include <editeng/outlobj.hxx>
diff --git a/sc/source/ui/docshell/docfunc.cxx b/sc/source/ui/docshell/docfunc.cxx
index 7b532e8..9592a71 100644
--- a/sc/source/ui/docshell/docfunc.cxx
+++ b/sc/source/ui/docshell/docfunc.cxx
@@ -19,6 +19,7 @@
 
 #include "scitems.hxx"
 
+#include <officecfg/Office/Common.hxx>
 #include <sfx2/app.hxx>
 #include <editeng/editobj.hxx>
 #include <sfx2/linkmgr.hxx>


More information about the Libreoffice-commits mailing list