diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-25 21:04:15 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-25 21:07:09 +0100 |
commit | eaecc7971f7024a0f5aa7df1d933bd60a9f1357c (patch) | |
tree | 6a0b1dc1d60b626f759e0475c2ae13cf8382eb42 /sc/inc/rangelst.hxx | |
parent | a06a44c3b342648139e7fa0ff850a4176df60538 (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.hxx | 2 |
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(); |