[Libreoffice-commits] core.git: compilerplugins/clang

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Oct 6 10:15:22 UTC 2018


 compilerplugins/clang/useuniqueptr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 54d82085ccf1ad5f7c2a9b92ffa23db6725640af
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Oct 6 11:40:13 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list