From 76d6d8180e5d9532ea310026b67e167c72b285c0 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 22 Jun 2021 21:18:24 +0100 Subject: lok: allow .uno:JumpToMark. Change-Id: I0cd3173c94c6952bd5cf81474a7cc31b1585e50e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117675 Tested-by: Jenkins CollaboraOffice Reviewed-by: Mike Kaganski --- desktop/source/lib/init.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop') diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 0fbb45d93745..a24fdfaa8a1c 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2731,6 +2731,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"), -- cgit