summaryrefslogtreecommitdiffstats
path: root/sc/inc/cellvalues.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-04-18 10:16:32 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-04-23 21:08:21 -0400
commite729c45b6cc9b1c8d683787aa05d670ac16efbc0 (patch)
tree869032d298cfad2955a4da04ee582c3d05a7564e /sc/inc/cellvalues.hxx
parentCopy formula cells as well. (diff)
downloadcore-e729c45b6cc9b1c8d683787aa05d670ac16efbc0.tar.gz
core-e729c45b6cc9b1c8d683787aa05d670ac16efbc0.zip
Correctly set the positions of sorted formula cells.
Change-Id: I21cc7aa2cc521203f4da6f754a2ad7b4e985dd67
Diffstat (limited to 'sc/inc/cellvalues.hxx')
-rw-r--r--sc/inc/cellvalues.hxx2
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;