diff options
author | Pranav Kant <pranavk@collabora.co.uk> | 2017-03-01 17:32:08 +0530 |
---|---|---|
committer | pranavk <pranavk@collabora.co.uk> | 2017-03-07 12:14:53 +0000 |
commit | c3d1be64e882f7e0edd0e693b9f73a0556bcb003 (patch) | |
tree | a9a6f0645a03e3d51b3895fa59d71445c4fadf8a /sw/sdi | |
parent | ea6bb12bb1b94bcbdaf67a5e4f0c7d659fe94188 (diff) |
lok: Allow changing comment text of document redlines
The id of the redline is optional. If not mentioned, the current redline
is assumed to be the one whose comment text will be changed.
Change-Id: Ia859de171603239a78f4bdef5eff0facd580d027
Reviewed-on: https://gerrit.libreoffice.org/34923
Reviewed-by: pranavk <pranavk@collabora.co.uk>
Tested-by: pranavk <pranavk@collabora.co.uk>
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/swriter.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index cb42b581d609..e9ac67777e5f 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -663,7 +663,7 @@ SfxVoidItem ClosePreview FN_CLOSE_PAGEPREVIEW ] SfxVoidItem CommentChangeTracking FN_REDLINE_COMMENT -() +(SfxUInt16Item ChangeTrackingId FN_REDLINE_COMMENT,SvxPostItTextItem Text SID_ATTR_POSTIT_TEXT) [ AutoUpdate = FALSE, FastCall = FALSE, |