[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Thu May 2 19:16:24 PDT 2013


 sc/source/ui/docshell/dbdocimp.cxx |    1 -
 sc/source/ui/docshell/docsh.cxx    |    1 -
 sc/source/ui/docshell/docsh8.cxx   |    1 -
 sc/source/ui/docshell/impex.cxx    |    1 -
 sc/source/ui/unoobj/cellsuno.cxx   |    1 -
 5 files changed, 5 deletions(-)

New commits:
commit fec5202b7eb901d34f3e976140372a4bf414f92a
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Thu May 2 22:18:47 2013 -0400

    Remove unnecessary inclusion of column.hxx.
    
    Change-Id: I93c4e017790b1b1de611ad9f440aa6aa9caaa2df

diff --git a/sc/source/ui/docshell/dbdocimp.cxx b/sc/source/ui/docshell/dbdocimp.cxx
index a54b1f0..2501fe9 100644
--- a/sc/source/ui/docshell/dbdocimp.cxx
+++ b/sc/source/ui/docshell/dbdocimp.cxx
@@ -53,7 +53,6 @@
 #include "hints.hxx"
 #include "miscuno.hxx"
 #include "chgtrack.hxx"
-#include "column.hxx"
 
 using namespace com::sun::star;
 
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index c99ca76..e9cd312 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -64,7 +64,6 @@
 #include <sot/formats.hxx>
 
 #include "formulacell.hxx"
-#include "column.hxx"
 #include "postit.hxx"
 #include "global.hxx"
 #include "filter.hxx"
diff --git a/sc/source/ui/docshell/docsh8.cxx b/sc/source/ui/docshell/docsh8.cxx
index 58ac364..7821df3 100644
--- a/sc/source/ui/docshell/docsh8.cxx
+++ b/sc/source/ui/docshell/docsh8.cxx
@@ -59,7 +59,6 @@
 #include "filter.hxx"
 #include "progress.hxx"
 #include "formulacell.hxx"
-#include "column.hxx"
 #include "editutil.hxx"
 #include "cellform.hxx"
 #include "dbdocutl.hxx"
diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx
index b6c4869..b92cb08 100644
--- a/sc/source/ui/docshell/impex.cxx
+++ b/sc/source/ui/docshell/impex.cxx
@@ -35,7 +35,6 @@
 #include "filter.hxx"
 #include "asciiopt.hxx"
 #include "formulacell.hxx"
-#include "column.hxx"
 #include "docoptio.hxx"
 #include "progress.hxx"
 #include "scitems.hxx"
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index dc40193..e23e362 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -88,7 +88,6 @@
 #include "olinefun.hxx"
 #include "hints.hxx"
 #include "formulacell.hxx"
-#include "column.hxx"
 #include "undocell.hxx"
 #include "undotab.hxx"
 #include "undoblk.hxx"      // fuer lcl_ApplyBorder - nach docfunc verschieben!


More information about the Libreoffice-commits mailing list