summaryrefslogtreecommitdiffstats
path: root/include/sfx2/objsh.hxx
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2020-12-01 19:45:22 +0100
committerLászló Németh <nemeth@numbertext.org>2020-12-03 10:03:44 +0100
commit1fd0919d92e792fa4af209a0fc7fde55c9958d1a (patch)
treecd26dec92d00b407722b928dd00c6fc6ae732b81 /include/sfx2/objsh.hxx
parentdon't need to include button.hxx here (diff)
downloadcore-1fd0919d92e792fa4af209a0fc7fde55c9958d1a.tar.gz
core-1fd0919d92e792fa4af209a0fc7fde55c9958d1a.zip
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/sfx2/objsh.hxx')
-rw-r--r--include/sfx2/objsh.hxx2
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 );