desktop/source/lib/init.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit d06ec2aea2efa0fea9ce52f6a065848a56818ae7 Author: Szymon Kłos <[email protected]> AuthorDate: Tue Jan 26 11:48:16 2021 +0100 Commit: Szymon Kłos <[email protected]> CommitDate: Wed Mar 3 16:26:55 2021 +0100 lok: send paragraph spacing state Change-Id: Ibb2fcbcb077ad364159ce77ad7d4c6a67443deef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109940 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Tomaž Vajngerl <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111839 Tested-by: Jenkins Reviewed-by: Szymon Kłos <[email protected]> diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 6636254bd7b8..d62ceac29c74 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2832,7 +2832,10 @@ static void doc_iniUnoCommands () OUString(".uno:FreezePanesRow"), OUString(".uno:Sidebar"), OUString(".uno:SheetRightToLeft"), - OUString(".uno:RunMacro") + OUString(".uno:RunMacro"), + OUString(".uno:SpacePara1"), + OUString(".uno:SpacePara15"), + OUString(".uno:SpacePara2") }; util::URL aCommandURL; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
