desktop/source/lib/init.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 5ce822d50a5ede02dc685b63c12080e84e6624ec Author: Szymon Kłos <[email protected]> AuthorDate: Tue Jan 26 11:48:16 2021 +0100 Commit: Tomaž Vajngerl <[email protected]> CommitDate: Fri Feb 5 06:44:20 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]> diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 2f730cd3b930..922e39697011 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2840,7 +2840,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
