diff options
author | László Németh <nemeth@numbertext.org> | 2020-12-01 19:45:22 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2020-12-03 10:03:44 +0100 |
commit | 1fd0919d92e792fa4af209a0fc7fde55c9958d1a (patch) | |
tree | cd26dec92d00b407722b928dd00c6fc6ae732b81 /include | |
parent | ca914b36b36b1fcbbb720388a13abd26d06e7b4d (diff) |
tdf#107870 sw: don't jump to cursor setting Record Changes
Using Edit->Track Changes->Record or Record Tracked Changes on
Track Changes toolbar scrolled the pages back to the text
cursor, breaking the review process of the document.
Change-Id: I890e845ff94b636dd6edae19969d913e8d7a7b65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107005
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/objsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 8d3897b29d07..42070bd4c090 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -671,7 +671,7 @@ public: // slots used for Calc: FID_CHG_RECORD, SID_CHG_PROTECT virtual bool IsChangeRecording() const; virtual bool HasChangeRecordProtection() const; - virtual void SetChangeRecording( bool bActivate ); + virtual void SetChangeRecording( bool bActivate, bool bLockAllViews = false ); virtual void SetProtectionPassword( const OUString &rPassword ); virtual bool GetProtectionHash( /*out*/ css::uno::Sequence< sal_Int8 > &rPasswordHash ); |