summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-04-18 15:19:29 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-04-23 21:08:21 -0400
commitcd83e2f1674c04c8a489cf5a15ef35c25491ee6e (patch)
tree1fd8f2b3f2427fa6b54f1965ea9b20e2f4376047 /sc/inc/column.hxx
parent0ba7b36a5601cb227aeab347e3c2944ece59438d (diff)
Handle sorting of broadcasters correctly.
Change-Id: Iab46c26606880f0fa7c7067d8514b8be3629fe0f
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index ecbfeea6d09f..d26214bfa9fd 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -562,6 +562,9 @@ public:
void DetachFormulaCells( const sc::CellStoreType::position_type& aPos, size_t nLength );
+ void AttachFormulaCells( sc::StartListeningContext& rCxt, SCROW nRow1, SCROW nRow2 );
+ void DetachFormulaCells( sc::EndListeningContext& rCxt, SCROW nRow1, SCROW nRow2 );
+
/**
* Regroup formula cells for the entire column.
*/