summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 15:20:14 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 17:03:56 -0400
commit428b0aeceecbccb7558a246eda090ececd28d7c5 (patch)
treeb0121f061abab23e83d39860f45ff4d02f250628 /sc/source/ui/undo
parent3d6a7391466cf259127a9c3a9cd40a86fb85b719 (diff)
Move ScFormulaCell into its own header source files: formulacell.?xx.
Change-Id: I65f2cb12c06784b5bcf6c6a2fad773825b6c409c
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r--sc/source/ui/undo/undoblk3.cxx2
-rw-r--r--sc/source/ui/undo/undocell.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx
index 23a3a4d674af..317cab43df32 100644
--- a/sc/source/ui/undo/undoblk3.cxx
+++ b/sc/source/ui/undo/undoblk3.cxx
@@ -44,7 +44,7 @@
#include "undoutil.hxx"
#include "chgtrack.hxx"
#include "dociter.hxx"
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "paramisc.hxx"
#include "postit.hxx"
#include "docuno.hxx"
diff --git a/sc/source/ui/undo/undocell.cxx b/sc/source/ui/undo/undocell.cxx
index a1f0f9e74a01..40ca1da9c02b 100644
--- a/sc/source/ui/undo/undocell.cxx
+++ b/sc/source/ui/undo/undocell.cxx
@@ -31,7 +31,7 @@
#include "tabvwsh.hxx"
#include "globstr.hrc"
#include "global.hxx"
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "target.hxx"
#include "undoolk.hxx"
#include "detdata.hxx"