diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2016-06-06 11:20:16 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-07-08 14:05:09 +0000 |
commit | 1c39db584f9f1877a9fa5ce00e8d19dd997d8078 (patch) | |
tree | e64f485b264edfcd82572513a4854a928ad86c23 /sw/sdi | |
parent | 84059c853f15e0e3b1433193e8136350869c23d7 (diff) |
tdf#83054 Writer: Add "Go to Page" Entry in Edit Menu
Change-Id: I09026910687b019fe33d4016612b8247ff076100
Reviewed-on: https://gerrit.libreoffice.org/25949
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_viewsh.sdi | 2 | ||||
-rw-r--r-- | sw/sdi/swriter.sdi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi index 065f072bf69f..27779439a342 100644 --- a/sw/sdi/_viewsh.sdi +++ b/sw/sdi/_viewsh.sdi @@ -62,7 +62,7 @@ interface BaseTextEditView ExecMethod = Execute ; StateMethod = GetState ; ] - FN_NAVIGATION_PI_GOTO_PAGE // status(final|play) + FN_GOTO_PAGE // status(final|play) [ ExecMethod = Execute ; StateMethod = NoState ; diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index d4246d6be4ed..6c7aa8812ace 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -1840,7 +1840,7 @@ SfxBoolItem GotoNextWrongTableFormula FN_NEXT_TBLFML_ERR GroupId = GID_NAVIGATOR; ] -SfxVoidItem GotoPage FN_NAVIGATION_PI_GOTO_PAGE +SfxVoidItem GotoPage FN_GOTO_PAGE () [ AutoUpdate = FALSE, |