diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-10 19:34:34 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-11 00:25:38 -0400 |
commit | 1fd0ab0c53e73b50857e5bfed4b307468202354f (patch) | |
tree | e280e158dce2b6674267aa486c38a61a5e30e9ea /sc/inc/column.hxx | |
parent | 0797dd8714413f8319515df9831a86703b589558 (diff) |
Move these methods out of ScColumn since they don't operate on column.
Change-Id: I1a03b9b18dd236138306fd545e961a5443e22bc8
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 01e9ef72358e..2c59b77275f5 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -503,15 +503,6 @@ public: void UnshareFormulaCell( const sc::CellStoreType::position_type& aPos, ScFormulaCell& rCell ) const; /** - * Split existing shared formula range at specified position. The cell at - * specified position becomes the top cell of the lower shared formula - * range after this call. - */ - void SplitFormulaCellGroup( const sc::CellStoreType::position_type& aPos ) const; - - void JoinFormulaCellAbove( const sc::CellStoreType::position_type& aPos ) const; - - /** * Regroup formula cells for the entire column. */ void RegroupFormulaCells(); |