diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-04-18 15:40:24 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-04-23 21:08:22 -0400 |
commit | 1920d3e7a5272263ab70903ba5388c867fda77f4 (patch) | |
tree | 2ce7c41a332d8bc22b173e63f4507528922afea2 /sc/inc/cellvalues.hxx | |
parent | cd83e2f1674c04c8a489cf5a15ef35c25491ee6e (diff) |
Use the mdds storage types directly rather than using CellValues.
Change-Id: I415b3cddc4b764668564affd573ae9cc00601278
Diffstat (limited to 'sc/inc/cellvalues.hxx')
-rw-r--r-- | sc/inc/cellvalues.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/cellvalues.hxx b/sc/inc/cellvalues.hxx index f68ce5a0f69a..3bc378228435 100644 --- a/sc/inc/cellvalues.hxx +++ b/sc/inc/cellvalues.hxx @@ -49,7 +49,6 @@ public: void copyTo( ScColumn& rCol, SCROW nRow ) const; void assign( const std::vector<double>& rVals ); - void append( ScRefCellValue& rVal, const CellTextAttr* pAttr, const ScAddress& rPos ); size_t size() const; |