diff options
author | AkshayWarrier <aksmen121@gmail.com> | 2024-02-02 02:18:24 +0530 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2024-02-10 02:05:55 +0100 |
commit | ace21b4b2537a3cf2301fca2ac6f78d0612e911f (patch) | |
tree | 487ea76fce8226574fa97f587b2e798df15db155 /sw/sdi/_viewsh.sdi | |
parent | 9af4b5254cbe6a6770ebe78ba14074266b05471e (diff) |
tdf#159372 svx: Add goto dialog
Adds a goto page/slide dialog for Impress and Draw similar to Writer.
To avoid duplicating code and ui, the dialog is created in svx/ and used in other modules.
The old goto dialog in Writer has now been replaced with this dialog.
Change-Id: I28f819f0d0734fb2bb08a7b99a628217ef66dba9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162913
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/sdi/_viewsh.sdi')
-rw-r--r-- | sw/sdi/_viewsh.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi index 0a9e92dea48f..1ec913474a44 100644 --- a/sw/sdi/_viewsh.sdi +++ b/sw/sdi/_viewsh.sdi @@ -93,7 +93,7 @@ interface BaseTextEditView ExecMethod = Execute ; StateMethod = GetState ; ] - FN_GOTO_PAGE // status(final|play) + SID_GO_TO_PAGE // status(final|play) [ ExecMethod = Execute ; StateMethod = NoState ; |