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

New commits:
commit ee6ba5c9fbe91d32494dafdc2ce80f7c57fa3fde
Author: Miklos Vajna <[email protected]>
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.'
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to