135360
From 715f9d097d814abf67872bf0c15222243c668219 Mon Sep 17 00:00:00 2001
135360
From: Henry Castro <hcastro@collabora.com>
135360
Date: Sun, 8 Nov 2015 15:55:57 -0400
135360
Subject: [PATCH 289/398] sc lok: add missing commandName
135360
135360
LOOL requires to filter a requested command values message
135360
135360
Change-Id: If2eeb9990e0f9aec6410a70f7a6c132c080bda80
135360
(cherry picked from commit c615699af18635c1aa1e7c9b930748eca004c5fc)
135360
---
135360
 sc/source/ui/view/tabview.cxx | 1 +
135360
 1 file changed, 1 insertion(+)
135360
135360
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
135360
index d8fcd4ff4a73..b1cbe8d6f950 100644
135360
--- a/sc/source/ui/view/tabview.cxx
135360
+++ b/sc/source/ui/view/tabview.cxx
135360
@@ -2372,6 +2372,7 @@ OUString ScTabView::getRowColumnHeaders(const Rectangle& rRectangle)
135360
     }
135360
 
135360
     boost::property_tree::ptree aTree;
135360
+    aTree.put("commandName", ".uno:ViewRowColumnHeaders");
135360
     aTree.add_child("rows", aRows);
135360
     aTree.add_child("columns", aCols);
135360
     std::stringstream aStream;
135360
-- 
135360
2.12.0
135360