From a67da1808d0085cb587b300ffbb58a5d65c1aed8 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Mon, 3 Aug 2020 12:37:06 +0200 Subject: lok: state updates for vertical alignment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6767904e3d3366e1316c932555b979a26e77b8c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99998 Tested-by: Jenkins CollaboraOffice Reviewed-by: Szymon Kłos Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100459 Tested-by: Jenkins --- desktop/source/lib/init.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop') diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index db2a16179bfe..d28bb2bc64d0 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2819,6 +2819,9 @@ static void doc_iniUnoCommands () OUString(".uno:CharmapControl"), OUString(".uno:EnterGroup"), OUString(".uno:LeaveGroup"), + OUString(".uno:AlignUp"), + OUString(".uno:AlignMiddle"), + OUString(".uno:AlignDown"), OUString(".uno:FreezePanesRow") }; -- cgit