diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2021-06-22 21:18:24 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2021-06-23 18:23:33 +0200 |
commit | 177167dcff92a48ca7fcf66d8cf20f38e560c5b3 (patch) | |
tree | 2be721674589e83bdf40f88a84a54b2c641563de /desktop | |
parent | d8836d491a6fdf85d4b8df4952962fc6395f02c3 (diff) |
lok: allow .uno:JumpToMark.
Change-Id: I0cd3173c94c6952bd5cf81474a7cc31b1585e50e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117646
Tested-by: Jenkins
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 0dedde8b0e87..25206944d90d 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2754,6 +2754,7 @@ static void doc_iniUnoCommands () OUString(".uno:IncrementIndent"), OUString(".uno:Italic"), OUString(".uno:JustifyPara"), + OUString(".uno:JumpToMark"), OUString(".uno:OutlineFont"), OUString(".uno:LeftPara"), OUString(".uno:LanguageStatus"), |