summaryrefslogtreecommitdiffstats
path: root/sc/inc/cellvalues.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-04-18 15:40:24 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-04-23 21:08:22 -0400
commit1920d3e7a5272263ab70903ba5388c867fda77f4 (patch)
tree2ce7c41a332d8bc22b173e63f4507528922afea2 /sc/inc/cellvalues.hxx
parentHandle sorting of broadcasters correctly. (diff)
downloadcore-1920d3e7a5272263ab70903ba5388c867fda77f4.tar.gz
core-1920d3e7a5272263ab70903ba5388c867fda77f4.zip
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.hxx1
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;