diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-18 00:11:04 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-18 08:31:59 -0500 |
commit | 4cbe6f95e00d7a8b796b019a97d06e3b3ad52b47 (patch) | |
tree | 65526f24c0befb3413cd2fd145167269a56c29c3 /sc/inc/columnspanset.hxx | |
parent | 33751e97642c190dcd8692c46b4df2e7dce504d1 (diff) |
Simplify DeleteCells to not require 2 out parameters for the same thing.
One can easily get constructed from the other after returning from the method.
Change-Id: Iafc52efa7714b7cf4d284effda8034cb6f36bf91
Diffstat (limited to 'sc/inc/columnspanset.hxx')
-rw-r--r-- | sc/inc/columnspanset.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/columnspanset.hxx b/sc/inc/columnspanset.hxx index f397c3e6292e..48ae7c1e65ec 100644 --- a/sc/inc/columnspanset.hxx +++ b/sc/inc/columnspanset.hxx @@ -141,6 +141,8 @@ public: void getSpans(SpansType& rSpans) const; + void swap( SingleColumnSpanSet& r ); + private: ColumnSpansType maSpans; }; |