summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-09-09 16:30:46 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-09-12 13:22:03 -0400
commitb2f1120984b60715c01b6c743e980b89835bc135 (patch)
tree51bf62e01f651fff7721fc315c360893fcb77a9f /sc/inc
parentecc5249190af915d98856939281afcd648eaac2b (diff)
Got the normal paste to work. Still no undo etc.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/rangelst.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/rangelst.hxx b/sc/inc/rangelst.hxx
index b07c7c90044b..cc2c83abea88 100644
--- a/sc/inc/rangelst.hxx
+++ b/sc/inc/rangelst.hxx
@@ -78,6 +78,8 @@ public:
ScRange* Remove(size_t nPos);
void RemoveAll();
+ ScRange Combine() const;
+
bool empty() const;
size_t size() const;
ScRange* operator[](size_t idx);