diff options
author | Jim Raykowski <raykowj@gmail.com> | 2020-09-15 21:41:25 -0800 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2020-09-27 06:34:51 +0200 |
commit | 2cddaa6e199ed8bb6185b7825791199f9da4a670 (patch) | |
tree | 26c09bc0f12e5eaa14c09acc96f67c3ba0bcdb0e /sw/sdi | |
parent | 7a4d8f3a6e74e1119e4b1276b0c8599b74a18216 (diff) |
tdf#45705 Integrate zoom UI commands into Writer text edit view
Change-Id: I71481e018175086a1a1711db22cea03b13eda490
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102830
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_viewsh.sdi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi index e087a07a6126..8231265d4e21 100644 --- a/sw/sdi/_viewsh.sdi +++ b/sw/sdi/_viewsh.sdi @@ -18,6 +18,16 @@ interface BaseTextEditView { + SID_ZOOM_IN + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_ZOOM_OUT + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] FN_TOGGLE_OUTLINE_CONTENT_VISIBILITY [ ExecMethod = Execute ; |