From 7affe26a1291eef8c77e890228061f13e987bff1 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Mon, 22 Feb 2016 18:47:15 +0200 Subject: Kill sfx2 menu support Change-Id: I340a066881b1962a4bcd5a2b7d9a0425d8b9557c --- compilerplugins/clang/store/constantfunction.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/store/constantfunction.cxx b/compilerplugins/clang/store/constantfunction.cxx index 74fc0f4669b3..9459bc3c26f2 100644 --- a/compilerplugins/clang/store/constantfunction.cxx +++ b/compilerplugins/clang/store/constantfunction.cxx @@ -433,7 +433,7 @@ bool ConstantFunction::VisitFunctionDecl(const FunctionDecl * pFunctionDecl) { return true; } // LINK callback which supplies a return value which means something - if (aFunctionName == "SfxVirtualMenu::Highlight" || aFunctionName == "framework::MenuManager::Highlight" + if (aFunctionName == "framework::MenuManager::Highlight" || aFunctionName == "framework::MenuBarManager::Highlight") { return true; } -- cgit