summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-02-22 18:47:15 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2016-02-28 09:10:19 +0200
commit7affe26a1291eef8c77e890228061f13e987bff1 (patch)
treec39da5089c427f9cd5be8602449f302a573df7b3 /compilerplugins
parent5978b78eb2ee016bfda0a572ae1a9c86dc639241 (diff)
Kill sfx2 menu support
Change-Id: I340a066881b1962a4bcd5a2b7d9a0425d8b9557c
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/store/constantfunction.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}