diff options
author | Jaume Pujantell <jaume.pujantell@collabora.com> | 2024-09-08 20:52:28 +0200 |
---|---|---|
committer | Jaume Pujantell <jaume.pujantell@collabora.com> | 2024-09-25 15:43:47 +0200 |
commit | 98cd8bac764b5d2a0a6a1cd8ee619529f1ab88b7 (patch) | |
tree | 5c4fe65d113de2b475afdbefa514c4e24f11a8e2 /sw/sdi/_annotsh.sdi | |
parent | f3e308fd3d29748d6a8fd1463df0a847a52a36d0 (diff) |
sw: add new command to make a response comment root
Adds the option to convert a reply comment into a new top comment
while preserving the parent-child realtions of the other comments
in the thread.
Change-Id: I3cd5e5466fadc2226651d7c244b5139ec2d1f949
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173051
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173870
Reviewed-by: Jaume Pujantell <jaume.pujantell@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/sdi/_annotsh.sdi')
-rw-r--r-- | sw/sdi/_annotsh.sdi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/sdi/_annotsh.sdi b/sw/sdi/_annotsh.sdi index 919dd0513aa5..0c26a55dd6d0 100644 --- a/sw/sdi/_annotsh.sdi +++ b/sw/sdi/_annotsh.sdi @@ -78,6 +78,12 @@ interface _Annotation StateMethod = GetNoteState ; ] + FN_PROMOTE_COMMENT + [ + ExecMethod = NoteExec ; + StateMethod = GetNoteState ; + ] + FN_POSTIT [ ExecMethod = NoteExec ; |