diff options
author | Pranav Kant <pranavk@collabora.co.uk> | 2017-01-22 19:39:47 +0530 |
---|---|---|
committer | pranavk <pranavk@collabora.co.uk> | 2017-01-27 12:54:27 +0000 |
commit | 6e463381b43d888a632e652a873f2b5abe7e5458 (patch) | |
tree | b3a576f5db09eb104ccfb36290f3f22f514bada5 /desktop | |
parent | 73875b39e0ea00a3d80188c229b91c63355cd087 (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>
Diffstat (limited to 'desktop')
-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 2403ff6c8f27..b0de4b9ae2c2 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -1383,6 +1383,7 @@ static void doc_iniUnoCommands () OUString(".uno:Paste"), OUString(".uno:SelectAll"), OUString(".uno:InsertAnnotation"), + OUString(".uno:ReplyComment"), OUString(".uno:InsertRowsBefore"), OUString(".uno:InsertRowsAfter"), OUString(".uno:InsertColumnsBefore"), |