[Libreoffice-commits] core.git: sc/source
Henry Castro
hcastro at collabora.com
Sun Nov 8 12:09:02 PST 2015
sc/source/ui/view/tabview.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit c615699af18635c1aa1e7c9b930748eca004c5fc
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
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index b4703d9..46cbafe 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;
More information about the Libreoffice-commits
mailing list