[Libreoffice-commits] core.git: sd/sdi

Tomaž Vajngerl (via logerrit) logerrit at kemper.freedesktop.org
Sun Jul 12 06:07:05 UTC 2020


 sd/sdi/grviewsh.sdi |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit e350318840cd4e4910079ec2bd0b95db54b48d42
Author:     Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Sat Jul 11 21:17:55 2020 +0200
Commit:     Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Sun Jul 12 08:06:23 2020 +0200

    allow .uno:EditAnnotation also for Draw not just Impress
    
    Change-Id: I0a0e7e3db3830e7f8a21b600249daffd28a253e2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98582
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>

diff --git a/sd/sdi/grviewsh.sdi b/sd/sdi/grviewsh.sdi
index 892f82015f18..976dfaa5b667 100644
--- a/sd/sdi/grviewsh.sdi
+++ b/sd/sdi/grviewsh.sdi
@@ -39,6 +39,11 @@ shell GraphicViewShell
         ExecMethod = ExecuteAnnotation;
         StateMethod = GetAnnotationState;
     ]
+    SID_EDIT_POSTIT
+    [
+        ExecMethod = ExecuteAnnotation;
+        StateMethod = GetAnnotationState;
+    ]
     SID_TOGGLE_NOTES
     [
         ExecMethod = ExecuteAnnotation;


More information about the Libreoffice-commits mailing list