From 48d2d456d8bcb296b4b2f6cc2d1184f9d799f070 Mon Sep 17 00:00:00 2001 From: Gökay Şatır Date: Tue, 30 Jan 2024 16:41:04 +0300 Subject: Writer: Improve redline communication with libreofficeKit. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When changes are tracked and user adds / removes a comment, we need a better communication. This PR improves the communication and sends the layout status of comments. Still there are things to do, like (while tracking is on): * We need to communicate when a change in comment is approved / rejected. * When user performs an undo on the removed comment. Signed-off-by: Gökay Şatır Change-Id: Ia3ea4b44c116cc571337e57960aa4f12f934701c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162756 Tested-by: Jenkins CollaboraOffice Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163155 --- sw/inc/fmtfld.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/inc') diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx index ab1953f00114..ff9f06e5dc66 100644 --- a/sw/inc/fmtfld.hxx +++ b/sw/inc/fmtfld.hxx @@ -177,7 +177,8 @@ enum class SwFormatFieldHintWhich REMOVED = 2, FOCUS = 3, CHANGED = 4, - RESOLVED = 5 + RESOLVED = 5, + REDLINED_DELETION = 6 }; /// This SfxHint subclass is produced by code that changes the doc model (e.g. SwNodes::ChgNode()), -- cgit