compilerplugins/clang/useuniqueptr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 54d82085ccf1ad5f7c2a9b92ffa23db6725640af Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Oct 6 11:40:13 2018 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Oct 6 12:15:01 2018 +0200 Fix typo Change-Id: I822fa325d37955583a21e4d7ce2e79a4d5b02fc5 Reviewed-on: https://gerrit.libreoffice.org/61462 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/compilerplugins/clang/useuniqueptr.cxx b/compilerplugins/clang/useuniqueptr.cxx index 72f74aa445a9..c416d4be9ad1 100644 --- a/compilerplugins/clang/useuniqueptr.cxx +++ b/compilerplugins/clang/useuniqueptr.cxx @@ -603,7 +603,7 @@ void UseUniquePtr::CheckLoopDelete(const FunctionDecl* functionDecl, const CXXDe // SdrUndo stuff if (fn == SRCDIR "/svx/source/svdraw/svdundo.cxx") return; - // TODO the lazydelete stuff should probably just be ripped out altogether nowthat we have VclPtr + // TODO the lazydelete stuff should probably just be ripped out altogether now that we have VclPtr if (fn == SRCDIR "/vcl/source/helper/lazydelete.cxx") return; // linked list _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
