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:
Andrea Gelmini
2016-10-01 12:50:37 +02:00
committed by jan iversen
parent 0c29c15346
commit 8f9af8dd97
9 changed files with 14 additions and 14 deletions

View File

@@ -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);