diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2020-07-11 21:17:55 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-07-12 08:06:23 +0200 |
commit | e350318840cd4e4910079ec2bd0b95db54b48d42 (patch) | |
tree | 9d7b6abb5e146a4775ebeab749aa5bb7bd58c0a7 /sd | |
parent | 10d42094e6e478823bac047a5afb3d8268eb990a (diff) |
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>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/sdi/grviewsh.sdi | 5 |
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; |