summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2015-11-08 15:55:57 -0400
committerHenry Castro <hcastro@collabora.com>2015-11-08 16:06:15 -0400
commitc615699af18635c1aa1e7c9b930748eca004c5fc (patch)
treed22a146086f0bb2a6b36f6618decff0c55eef828 /sc
parentc4b71b0885122b67e05ed4aed89b0d12ce0f34c8 (diff)
sc lok: add missing commandName
LOOL requires to filter a requested command values message Change-Id: If2eeb9990e0f9aec6410a70f7a6c132c080bda80
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/tabview.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index b4703d993dee..46cbafea8d08 100644
--- a/sc/source/ui/view/tabview.cxx
+++ b/sc/source/ui/view/tabview.cxx
@@ -2348,6 +2348,7 @@ OUString ScTabView::getRowColumnHeaders(const Rectangle& rRectangle)
}
boost::property_tree::ptree aTree;
+ aTree.put("commandName", ".uno:ViewRowColumnHeaders");
aTree.add_child("rows", aRows);
aTree.add_child("columns", aCols);
std::stringstream aStream;