diff options
author | Henry Castro <hcastro@collabora.com> | 2017-11-04 12:18:53 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2017-11-08 04:28:01 +0100 |
commit | 2db44bd017daac8f668393bca24911e95125857a (patch) | |
tree | d2ee78fee77c5c5475d2aba9142c669ab91ed0cb /sw/inc/IDocumentRedlineAccess.hxx | |
parent | a6ee721868f444049bf9af59e2cf43ae10502fa8 (diff) |
sw lok: add Accept/Reject All tracked changes, tdf#101977
Change-Id: I04d747343e24cb498a621c965d034d0791411d83
Reviewed-on: https://gerrit.libreoffice.org/44311
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'sw/inc/IDocumentRedlineAccess.hxx')
-rw-r--r-- | sw/inc/IDocumentRedlineAccess.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/IDocumentRedlineAccess.hxx b/sw/inc/IDocumentRedlineAccess.hxx index f3a6f66dff13..de115fac77e0 100644 --- a/sw/inc/IDocumentRedlineAccess.hxx +++ b/sw/inc/IDocumentRedlineAccess.hxx @@ -218,6 +218,8 @@ public: virtual const SwRangeRedline* SelPrevRedline(/*[in]*/SwPaM& rPam) const = 0; + virtual void AcceptAllRedline(/*[in]*/bool bAcceptReject) = 0; + // Representation has changed, invalidate all Redlines. virtual void UpdateRedlineAttr() = 0; |