diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-28 15:20:14 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-28 17:03:56 -0400 |
commit | 428b0aeceecbccb7558a246eda090ececd28d7c5 (patch) | |
tree | b0121f061abab23e83d39860f45ff4d02f250628 /sc/source/ui/view/viewfun4.cxx | |
parent | 3d6a7391466cf259127a9c3a9cd40a86fb85b719 (diff) |
Move ScFormulaCell into its own header source files: formulacell.?xx.
Change-Id: I65f2cb12c06784b5bcf6c6a2fad773825b6c409c
Diffstat (limited to 'sc/source/ui/view/viewfun4.cxx')
-rw-r--r-- | sc/source/ui/view/viewfun4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewfun4.cxx b/sc/source/ui/view/viewfun4.cxx index 84a4202c4764..b73110582998 100644 --- a/sc/source/ui/view/viewfun4.cxx +++ b/sc/source/ui/view/viewfun4.cxx @@ -52,7 +52,7 @@ #include "global.hxx" #include "undoblk.hxx" #include "undocell.hxx" -#include "cell.hxx" +#include "formulacell.hxx" #include "scmod.hxx" #include "spelleng.hxx" #include "patattr.hxx" |