diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-17 15:21:43 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-17 15:40:44 -0400 |
commit | efd6fc5e99d89509129469843bbdf3e8f94b58a4 (patch) | |
tree | 0802557fcf958c4dffc22e6dcc3fb3460aff6003 /sc/inc | |
parent | 8ab7cbe751a1b643a2a72f06da2c8d7b9a3a3b31 (diff) |
Unwind this logic and make it easier to read.
Change-Id: Iaf4ccc8949fb823a7bd3329c0164443220573b03
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/chgtrack.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx index 59b405809ec4..f036f7954806 100644 --- a/sc/inc/chgtrack.hxx +++ b/sc/inc/chgtrack.hxx @@ -1013,6 +1013,8 @@ class ScChangeTrack : public utl::ConfigurationListener // bRecursion == called from reject with table bool Reject( ScChangeAction*, ScChangeActionMap*, bool bRecursion ); + bool IsLastAction( sal_uLong nNum ) const; + void ClearMsgQueue(); virtual void ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 ) SAL_OVERRIDE; |