[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - desktop/source

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


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

New commits:
commit bb781b205bf1c4df1898f6a1e87e4b983c922b89
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:15 2021 +0200

    lok: allow .uno:JumpToMark.
    
    Change-Id: I0cd3173c94c6952bd5cf81474a7cc31b1585e50e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117645
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 1fa50af7da76..d97506159e13 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2763,6 +2763,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