diff options
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. */ |