Blob Blame History Raw
From 715f9d097d814abf67872bf0c15222243c668219 Mon Sep 17 00:00:00 2001
From: Henry Castro <hcastro@collabora.com>
Date: Sun, 8 Nov 2015 15:55:57 -0400
Subject: [PATCH 289/398] sc lok: add missing commandName

LOOL requires to filter a requested command values message

Change-Id: If2eeb9990e0f9aec6410a70f7a6c132c080bda80
(cherry picked from commit c615699af18635c1aa1e7c9b930748eca004c5fc)
---
 sc/source/ui/view/tabview.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index d8fcd4ff4a73..b1cbe8d6f950 100644
--- a/sc/source/ui/view/tabview.cxx
+++ b/sc/source/ui/view/tabview.cxx
@@ -2372,6 +2372,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;
-- 
2.12.0