summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-01-22 19:39:47 +0530
committerAndras Timar <andras.timar@collabora.com>2017-02-18 00:49:24 +0100
commitc4f0e3704fdb1b8b346b41f1ea0e70ecfd152550 (patch)
treeddfb32aa433ee97c47caa0a35175321d733d2970 /sw/sdi
parent4713d0fea3fc6c219c02f5ad0cdc04828eaab291 (diff)
lok: Allow to reply to comments using postit id
Change-Id: Ic6aaa3066923d62f197bc2b0e02e8049c9d7cd2c Reviewed-on: https://gerrit.libreoffice.org/33612 Reviewed-by: pranavk <pranavk@collabora.co.uk> Tested-by: pranavk <pranavk@collabora.co.uk> (cherry picked from commit 6e463381b43d888a632e652a873f2b5abe7e5458)
Diffstat (limited to 'sw/sdi')
-rw-r--r--sw/sdi/_textsh.sdi5
-rw-r--r--sw/sdi/swriter.sdi2
2 files changed, 6 insertions, 1 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index 88a1f9cf2eba..388690dfa3cc 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -919,6 +919,11 @@ interface BaseText
ExecMethod = ExecField ;
StateMethod = StateField;
]
+ FN_REPLY
+ [
+ ExecMethod = ExecField;
+ StateMethod = StateField;
+ ]
FN_DELETE_COMMENT
[
ExecMethod = ExecField ;
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
index 494068ac9968..c05671ee3a01 100644
--- a/sw/sdi/swriter.sdi
+++ b/sw/sdi/swriter.sdi
@@ -7063,7 +7063,7 @@ SfxBoolItem SelectionModeDefault FN_SELECTION_MODE_DEFAULT
]
SfxVoidItem ReplyComment FN_REPLY
-()
+(SvxPostItIdItem Id SID_ATTR_POSTIT_ID,SvxPostItTextItem Text SID_ATTR_POSTIT_TEXT)
[
AutoUpdate = FALSE,
FastCall = FALSE,