From cc2823b980d0ab87278de87282ddfc6a49b2508a Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Mon, 10 Aug 2020 12:57:00 +0200 Subject: lok: send cell border state updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I400ee3cb9f0a98804d98e25d0164fa5148b79191 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100424 Tested-by: Jenkins CollaboraOffice Reviewed-by: Jan Holesovsky Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101385 Tested-by: Jenkins Reviewed-by: Szymon Kłos --- desktop/source/lib/init.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'desktop/source') diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 35a518d701ad..b61767ff4a88 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2824,7 +2824,9 @@ static void doc_iniUnoCommands () OUString(".uno:AlignMiddle"), OUString(".uno:AlignDown"), OUString(".uno:TraceChangeMode"), - OUString(".uno:FreezePanesRow") + OUString(".uno:FreezePanesRow"), + OUString(".uno:BorderInner"), + OUString(".uno:BorderOuter") }; util::URL aCommandURL; -- cgit