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 /desktop/source | |
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 'desktop/source')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index a7cbbb271b48..c5720c992ea5 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3853,6 +3853,7 @@ static void doc_iniUnoCommands () u".uno:ReplyComment"_ustr, u".uno:ResolveComment"_ustr, u".uno:ResolveCommentThread"_ustr, + u".uno:PromoteComment"_ustr, u".uno:InsertRowsBefore"_ustr, u".uno:InsertRowsAfter"_ustr, u".uno:InsertColumnsBefore"_ustr, |