From e95b073790d0f6ddba6bb8e044a6c382627cfe9b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 Apr 2015 13:35:55 +0200 Subject: loplugin:staticmethods Change-Id: I60678dfd1bd0d2e4754dbbe6ba053e90d5870780 --- compilerplugins/clang/staticmethods.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/staticmethods.cxx b/compilerplugins/clang/staticmethods.cxx index e2874b2d9c84..4c5ecaf0d307 100644 --- a/compilerplugins/clang/staticmethods.cxx +++ b/compilerplugins/clang/staticmethods.cxx @@ -148,7 +148,8 @@ bool StaticMethods::TraverseCXXMethodDecl(const CXXMethodDecl * pCXXMethodDecl) || aParentName == "SvtOptionsDrawinglayer" || aParentName == "SvtMenuOptions" || aParentName == "SvtToolPanelOptions" || aParentName == "SvtSlideSorterBarOptions" || aParentName == "connectivity::SharedResources" - || aParentName == "svxform::OParseContextClient" ) + || aParentName == "svxform::OParseContextClient" + || aParentName == "frm::OLimitedFormats" ) { return true; } @@ -190,7 +191,7 @@ bool StaticMethods::TraverseCXXMethodDecl(const CXXMethodDecl * pCXXMethodDecl) return true; } -loplugin::Plugin::Registration X("staticmethods", false ); +loplugin::Plugin::Registration X("staticmethods", false); } -- cgit v1.2.3