From ace21b4b2537a3cf2301fca2ac6f78d0612e911f Mon Sep 17 00:00:00 2001 From: AkshayWarrier Date: Fri, 2 Feb 2024 02:18:24 +0530 Subject: 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 Reviewed-by: Heiko Tietze Tested-by: Jenkins Reviewed-by: Jim Raykowski --- sw/sdi/_viewsh.sdi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/sdi/_viewsh.sdi') 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 ; -- cgit