Fix typos
Change-Id: Ie44267e7c9f92eb1920f05235826abff761251f1 Reviewed-on: https://gerrit.libreoffice.org/29430 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
This commit is contained in:
committed by
jan iversen
parent
0c29c15346
commit
8f9af8dd97
@@ -52,7 +52,7 @@ bool FragileDestructor::TraverseCXXDestructorDecl(CXXDestructorDecl* pCXXDestruc
|
||||
|| aFileName.startswith(SRCDIR "/include/cppuhelper/")
|
||||
|| aFileName.startswith(SRCDIR "/cppuhelper/")
|
||||
|| aFileName.startswith(SRCDIR "/comphelper/")
|
||||
// dont know how to detect this in clang - it is making an explicit call to it's own method, so presumably OK
|
||||
// don't know how to detect this in clang - it is making an explicit call to it's own method, so presumably OK
|
||||
|| aFileName == SRCDIR "/basic/source/sbx/sbxvalue.cxx"
|
||||
)
|
||||
return RecursiveASTVisitor::TraverseCXXDestructorDecl(pCXXDestructorDecl);
|
||||
|
Reference in New Issue
Block a user