summaryrefslogtreecommitdiff
path: root/sc/inc/rangelst.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-25 21:04:15 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-25 21:07:09 +0100
commiteaecc7971f7024a0f5aa7df1d933bd60a9f1357c (patch)
tree6a0b1dc1d60b626f759e0475c2ae13cf8382eb42 /sc/inc/rangelst.hxx
parenta06a44c3b342648139e7fa0ff850a4176df60538 (diff)
simplify cond format copy&paste code, fdo#58677
This should also help with fdo#57896 and some other problems I found Change-Id: I8cb3eb69a7ec1413cb57ce81c5f4d806250474e5
Diffstat (limited to 'sc/inc/rangelst.hxx')
-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 06cebecfda82..b67445be5fa2 100644
--- a/sc/inc/rangelst.hxx
+++ b/sc/inc/rangelst.hxx
@@ -74,6 +74,8 @@ public:
size_t GetCellCount() const;
ScAddress GetTopLeftCorner() const;
+ ScRangeList GetIntersectedRange(const ScRange& rRange) const;
+
ScRange* Remove(size_t nPos);
void RemoveAll();