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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Apr 21 06:57:32 UTC 2019


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

New commits:
commit c6542e7dd0dc1172d24f52bf6224a14fbeebbf87
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:05:29 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 21 08:56:33 2019 +0200

    Fix typo
    
    Change-Id: I7b94fdd366fd8e149ec6e2af458338e6a56b400c
    Reviewed-on: https://gerrit.libreoffice.org/71027
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/compilerplugins/clang/useuniqueptr.cxx b/compilerplugins/clang/useuniqueptr.cxx
index 5c9157d26adc..cdf7b07e4751 100644
--- a/compilerplugins/clang/useuniqueptr.cxx
+++ b/compilerplugins/clang/useuniqueptr.cxx
@@ -261,7 +261,7 @@ void UseUniquePtr::CheckDeleteExpr(const FunctionDecl* functionDecl, const CXXDe
         // don't always own this
         if (fn == SRCDIR "/editeng/source/editeng/impedit2.cxx")
             return;
-        // this member needs to get passed via a extern "C" API
+        // this member needs to get passed via an extern "C" API
         if (fn == SRCDIR "/sd/source/filter/sdpptwrp.cxx")
             return;
         // ownership complicated between this and the group


More information about the Libreoffice-commits mailing list