diff options
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 3124a4cc9826..f766f5497e4a 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1853,10 +1853,9 @@ private: static ScRecursionHelper* CreateRecursionHelperInstance(); public: - void StartListeningArea( const ScRange& rRange, - SvtListener* pListener ); - void EndListeningArea( const ScRange& rRange, - SvtListener* pListener ); + void StartListeningArea( const ScRange& rRange, bool bGroupListening, SvtListener* pListener ); + + void EndListeningArea( const ScRange& rRange, bool bGroupListening, SvtListener* pListener ); /** Broadcast wrapper, calls rHint.GetCell()->Broadcast() and AreaBroadcast() and TrackFormulas() and conditional format list |