summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2016-05-27 16:38:47 -0400
committerAndras Timar <andras.timar@collabora.com>2016-06-19 17:54:03 +0200
commita4e64ca050ddbc489f7fe98acae84fa5272112ea (patch)
tree63e02f4d9a224305e55533487db10218c0fe6dc1 /desktop/source
parenta1fc1453ef22ef01fca3c45a3040c74560d7168c (diff)
lok: add uno command AssignLayout
Change-Id: I959d1a57945a3b5aa3f2c273c4b885ed5f628f6e (cherry picked from commit b0c0d4eff911a1d2619c0cac5a0e86220d9747ab)
Diffstat (limited to 'desktop/source')
-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 a67d3bff4539..65447f066a24 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -794,7 +794,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;