summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2016-05-27 16:38:47 -0400
committerHenry Castro <hcastro@collabora.com>2016-05-28 03:20:23 +0000
commit05ba8e567bd4fca2bef9bcf7a43d4c3d6c0cc5ad (patch)
tree06be0f6d9d017322ede3cfb58131a8ca95905ca9 /desktop
parent75e4c582828d1706664f4582be2f6589aef48df3 (diff)
lok: add uno command AssignLayout
Change-Id: I959d1a57945a3b5aa3f2c273c4b885ed5f628f6e Reviewed-on: https://gerrit.libreoffice.org/25569 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 2ea994dabfe6..ccb27c1bd398 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -780,7 +780,8 @@ static void doc_iniUnoCommands ()
OUString(".uno:EntireRow"),
OUString(".uno:EntireColumn"),
OUString(".uno:EntireCell"),
- OUString(".uno:MergeCells")
+ OUString(".uno:MergeCells"),
+ OUString(".uno:AssignLayout")
};
util::URL aCommandURL;