[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - sd/sdi

Tomaž Vajngerl (via logerrit) logerrit at kemper.freedesktop.org
Sat Aug 1 06:31:23 UTC 2020


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

New commits:
commit b417a9e31044832d5663e71f1b8d49b343fac010
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: Sat Aug 1 08:30:51 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>
    (cherry picked from commit e350318840cd4e4910079ec2bd0b95db54b48d42)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99881
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice 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