summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2016-07-06 13:15:17 -0400
committerHenry Castro <hcastro@collabora.com>2016-07-06 14:11:07 -0400
commit918a804875320c37f8ec4bf44b0a4c305a6abd4b (patch)
tree4f33b42aa370dbafc0d3cc047a83a2ad3d19b6fc /desktop
parent7057cd93fb2e8158c256b93556ef328f38ec603b (diff)
sc lok: add toolbar item wrap text and merge cells
Change-Id: I266b7171ee0a8a324ee8f71680f76c132b5c5fbd Reviewed-on: https://gerrit.libreoffice.org/26985 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 9eb98998057a..70435a39452b 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -815,7 +815,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;