loplugin:staticmethods
Change-Id: I6207b475127099872c6f3764331006688129b673
This commit is contained in:
@@ -147,7 +147,8 @@ bool StaticMethods::TraverseCXXMethodDecl(const CXXMethodDecl * pCXXMethodDecl)
|
||||
|| aParentName == "SvtAccessibilityOptions" || aParentName == "svtools::ColorConfig"
|
||||
|| aParentName == "SvtOptionsDrawinglayer" || aParentName == "SvtMenuOptions"
|
||||
|| aParentName == "SvtToolPanelOptions" || aParentName == "SvtSlideSorterBarOptions"
|
||||
|| aParentName == "connectivity::SharedResources" )
|
||||
|| aParentName == "connectivity::SharedResources"
|
||||
|| aParentName == "svxform::OParseContextClient" )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user