From 880e013d7c9a4457de4fe6c7038a25f1b5a03c4c Mon Sep 17 00:00:00 2001 From: Henry Castro Date: Wed, 6 Jul 2016 13:15:17 -0400 Subject: sc lok: add toolbar item wrap text and merge cells Change-Id: I266b7171ee0a8a324ee8f71680f76c132b5c5fbd Reviewed-on: https://gerrit.libreoffice.org/26985 Tested-by: Jenkins Reviewed-by: Henry Castro --- desktop/source/lib/init.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 352ccd595a99..da3a459ec6d2 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -1009,7 +1009,9 @@ static void doc_iniUnoCommands () OUString(".uno:SelectionMode"), OUString(".uno:PageStatus"), OUString(".uno:LayoutStatus"), - OUString(".uno:Context") + OUString(".uno:Context"), + OUString(".uno:WrapText"), + OUString(".uno:ToggleMergeCells") }; util::URL aCommandURL; -- cgit