diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-02-22 18:47:15 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-02-28 09:10:19 +0200 |
commit | 7affe26a1291eef8c77e890228061f13e987bff1 (patch) | |
tree | c39da5089c427f9cd5be8602449f302a573df7b3 /compilerplugins | |
parent | 5978b78eb2ee016bfda0a572ae1a9c86dc639241 (diff) |
Kill sfx2 menu support
Change-Id: I340a066881b1962a4bcd5a2b7d9a0425d8b9557c
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/store/constantfunction.cxx | 2 |
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; } |