[Libreoffice-commits] core.git: desktop/source

Michael Meeks (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 23 16:24:19 UTC 2021


 desktop/source/lib/init.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 177167dcff92a48ca7fcf66d8cf20f38e560c5b3
Author:     Michael Meeks <michael.meeks at collabora.com>
AuthorDate: Tue Jun 22 21:18:24 2021 +0100
Commit:     Michael Meeks <michael.meeks at collabora.com>
CommitDate: Wed Jun 23 18:23:33 2021 +0200

    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 at collabora.com>

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"),


More information about the Libreoffice-commits mailing list