diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-09-12 21:15:10 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-09-12 21:18:02 -0400 |
commit | c86b1a5c352df806166fc674fb3b85d334e4cb55 (patch) | |
tree | 56c724cfd23d18e0132d2b8fc2e9230548e883db /sc/inc/cellvalue.hxx | |
parent | 14a25b343d98d7a4ebf9b6c03b09d1882c71d0b1 (diff) |
Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.
Because mtvelements.hxx is very slow to parse by the compiler, and
cellvalue.hxx is included everywhere. Hopefully this will speed up the
compilation time of sc...
Change-Id: Ic9a9b8483c8325e4a91021f071f2391db8b57806
Diffstat (limited to 'sc/inc/cellvalue.hxx')
-rw-r--r-- | sc/inc/cellvalue.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/cellvalue.hxx b/sc/inc/cellvalue.hxx index 0e2987cfc04b..fd112a6ab23a 100644 --- a/sc/inc/cellvalue.hxx +++ b/sc/inc/cellvalue.hxx @@ -11,7 +11,6 @@ #define SC_CELLVALUE_HXX #include "global.hxx" -#include "mtvelements.hxx" class ScDocument; class ScFormulaCell; @@ -119,8 +118,6 @@ struct SC_DLLPUBLIC ScRefCellValue */ void assign( ScDocument& rDoc, const ScAddress& rPos ); - void assign( const sc::CellStoreType::const_iterator& itPos, size_t nOffset ); - /** * Set cell value at specified position in specified document. */ |