[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sc/source
Henry Castro
hcastro at collabora.com
Tue Nov 10 13:22:48 PST 2015
sc/source/ui/view/tabview.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 02f452d67faf086c4ade874bcf588cf48b8a1ddb
Author: Henry Castro <hcastro at collabora.com>
Date: Sun Nov 8 15:55:57 2015 -0400
sc lok: add missing commandName
LOOL requires to filter a requested command values message
Change-Id: If2eeb9990e0f9aec6410a70f7a6c132c080bda80
(cherry picked from commit c615699af18635c1aa1e7c9b930748eca004c5fc)
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index 2c4b721..903013c 100644
--- a/sc/source/ui/view/tabview.cxx
+++ b/sc/source/ui/view/tabview.cxx
@@ -2378,6 +2378,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;
More information about the Libreoffice-commits
mailing list