Kaydet (Commit) c615699a authored tarafından Henry Castro's avatar Henry Castro

sc lok: add missing commandName

LOOL requires to filter a requested command values message

Change-Id: If2eeb9990e0f9aec6410a70f7a6c132c080bda80
üst c4b71b08
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment