From 428b0aeceecbccb7558a246eda090ececd28d7c5 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 28 Mar 2013 15:20:14 -0400 Subject: Move ScFormulaCell into its own header source files: formulacell.?xx. Change-Id: I65f2cb12c06784b5bcf6c6a2fad773825b6c409c --- sc/source/ui/unoobj/cellsuno.cxx | 2 +- sc/source/ui/unoobj/chart2uno.cxx | 2 +- sc/source/ui/unoobj/docuno.cxx | 2 +- sc/source/ui/unoobj/funcuno.cxx | 2 +- sc/source/ui/unoobj/textuno.cxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sc/source/ui/unoobj') diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx index 502a1ea451c5..5a9e6b28542d 100644 --- a/sc/source/ui/unoobj/cellsuno.cxx +++ b/sc/source/ui/unoobj/cellsuno.cxx @@ -87,7 +87,7 @@ #include "dbdocfun.hxx" #include "olinefun.hxx" #include "hints.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "column.hxx" #include "undocell.hxx" #include "undotab.hxx" diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx index dc02354a0e75..e32ad531b22c 100644 --- a/sc/source/ui/unoobj/chart2uno.cxx +++ b/sc/source/ui/unoobj/chart2uno.cxx @@ -21,7 +21,7 @@ #include "chart2uno.hxx" #include "miscuno.hxx" #include "document.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "chartpos.hxx" #include "unonames.hxx" #include "globstr.hrc" diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx index b0e20cfeaf5a..34a0de491604 100644 --- a/sc/source/ui/unoobj/docuno.cxx +++ b/sc/source/ui/unoobj/docuno.cxx @@ -76,7 +76,7 @@ #include "docfunc.hxx" #include "postit.hxx" #include "dociter.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "drwlayer.hxx" #include "rangeutl.hxx" #include "markdata.hxx" diff --git a/sc/source/ui/unoobj/funcuno.cxx b/sc/source/ui/unoobj/funcuno.cxx index 40fa41c17a41..8594c631ddd3 100644 --- a/sc/source/ui/unoobj/funcuno.cxx +++ b/sc/source/ui/unoobj/funcuno.cxx @@ -31,7 +31,7 @@ #include "callform.hxx" #include "addincol.hxx" #include "rangeseq.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "docoptio.hxx" #include "optuno.hxx" #include diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx index c5c31e20aa47..29e61fdd8f8b 100644 --- a/sc/source/ui/unoobj/textuno.cxx +++ b/sc/source/ui/unoobj/textuno.cxx @@ -43,7 +43,7 @@ #include "cellsuno.hxx" #include "hints.hxx" #include "patattr.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "docfunc.hxx" #include "scmod.hxx" -- cgit