summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2021-01-26 11:48:16 +0100
committerAndras Timar <andras.timar@collabora.com>2021-04-10 20:58:31 +0200
commitf30b8ead84b263b23b38bef87698b84ea6ba56fc (patch)
tree30aa8b1700a31f4ca7abd233fdd3fc7ea8ac123a /desktop
parent73566e5b89bebba199efef01373dafc683457b5d (diff)
lok: send paragraph spacing state
Change-Id: Ibb2fcbcb077ad364159ce77ad7d4c6a67443deef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109940 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111839 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx5
1 files changed, 4 insertions, 1 deletions
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;