From 177167dcff92a48ca7fcf66d8cf20f38e560c5b3 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 22 Jun 2021 21:18:24 +0100 Subject: [PATCH] lok: allow .uno:JumpToMark. Change-Id: I0cd3173c94c6952bd5cf81474a7cc31b1585e50e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117646 Tested-by: Jenkins Reviewed-by: Michael Meeks --- desktop/source/lib/init.cxx | 1 + 1 file changed, 1 insertion(+) 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"), -- 2.11.4.GIT