From f30b8ead84b263b23b38bef87698b84ea6ba56fc Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Tue, 26 Jan 2021 11:48:16 +0100 Subject: lok: send paragraph spacing state MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibb2fcbcb077ad364159ce77ad7d4c6a67443deef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109940 Tested-by: Jenkins CollaboraOffice Reviewed-by: Tomaž Vajngerl Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111839 Tested-by: Jenkins Reviewed-by: Szymon Kłos --- desktop/source/lib/init.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 760249bb2555..1964eac0a2a2 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2833,7 +2833,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; -- cgit