sc/source/ui/view/tabview.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c615699af18635c1aa1e7c9b930748eca004c5fc
Author: Henry Castro <hcas...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to