[Libreoffice-commits] online.git: loleaflet/reference.html

Miklos Vajna vmiklos at collabora.co.uk
Tue Nov 17 10:03:02 PST 2015


 loleaflet/reference.html |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

New commits:
commit ee6ba5c9fbe91d32494dafdc2ce80f7c57fa3fde
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Nov 17 19:02:40 2015 +0100

    loleaflet: document comment insert/delete commands

diff --git a/loleaflet/reference.html b/loleaflet/reference.html
index c0327b7..eae83ae 100644
--- a/loleaflet/reference.html
+++ b/loleaflet/reference.html
@@ -7906,6 +7906,12 @@ var unoCommands = [
 },
 
 {
+    uno: '.uno:DeleteComment',
+    parameter: null,
+    description: 'Delete comment.'
+},
+
+{
     uno: '.uno:EnterString',
     parameter: {
         'StringName': {
@@ -7945,6 +7951,17 @@ var unoCommands = [
 },
 
 {
+    uno: '.uno:InsertAnnotation',
+    parameter: {
+        'Author': {
+            type: 'string',
+            value: 'A U Thor'
+        }
+    },
+    description: 'Insert comment.'
+},
+
+{
     uno: '.uno:Italic',
     parameter: null,
     description: 'Italic.'


More information about the Libreoffice-commits mailing list