summaryrefslogtreecommitdiff
path: root/sc/inc/formulacell.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/formulacell.hxx
parent4004ceeb39e14c6ef1cfef7925623ccfa02ecb35 (diff)
Correctly set the positions of sorted formula cells.
Change-Id: I21cc7aa2cc521203f4da6f754a2ad7b4e985dd67
Diffstat (limited to 'sc/inc/formulacell.hxx')
-rw-r--r--sc/inc/formulacell.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index 8c79ddae8523..71389eaf9c19 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -160,6 +160,7 @@ public:
virtual ~ScFormulaCell();
ScFormulaCell* Clone() const;
+ ScFormulaCell* Clone( const ScAddress& rPos ) const;
ScFormulaCell( ScDocument* pDoc, const ScAddress& rPos );