summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-07-11 21:17:55 +0200
committerTomaž Vajngerl <quikee@gmail.com>2020-07-12 08:06:23 +0200
commite350318840cd4e4910079ec2bd0b95db54b48d42 (patch)
tree9d7b6abb5e146a4775ebeab749aa5bb7bd58c0a7
parentUpdate git submodules (diff)
downloadcore-e350318840cd4e4910079ec2bd0b95db54b48d42.tar.gz
core-e350318840cd4e4910079ec2bd0b95db54b48d42.zip
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@gmail.com>
-rw-r--r--sd/sdi/grviewsh.sdi5
1 files changed, 5 insertions, 0 deletions
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;