diff options
Diffstat (limited to 'sc/inc/cellvalues.hxx')
-rw-r--r-- | sc/inc/cellvalues.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/cellvalues.hxx b/sc/inc/cellvalues.hxx index 37eac7cd133f..f68ce5a0f69a 100644 --- a/sc/inc/cellvalues.hxx +++ b/sc/inc/cellvalues.hxx @@ -49,7 +49,7 @@ public: void copyTo( ScColumn& rCol, SCROW nRow ) const; void assign( const std::vector<double>& rVals ); - void append( ScRefCellValue& rVal, const CellTextAttr* pAttr ); + void append( ScRefCellValue& rVal, const CellTextAttr* pAttr, const ScAddress& rPos ); size_t size() const; |