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

Stephan Bergmann sbergman at redhat.com
Wed Jun 29 06:54:58 UTC 2016


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

New commits:
commit 6439d93cbe64bacba1bcb858dd7cbb6a33fca60b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jun 29 08:54:33 2016 +0200

    typo
    
    Change-Id: I31053ae472f74eaf3a86159a273424174329d0bd

diff --git a/compilerplugins/clang/staticmethods.cxx b/compilerplugins/clang/staticmethods.cxx
index 98fca8a..8727026 100644
--- a/compilerplugins/clang/staticmethods.cxx
+++ b/compilerplugins/clang/staticmethods.cxx
@@ -217,7 +217,7 @@ bool StaticMethods::TraverseCXXMethodDecl(const CXXMethodDecl * pCXXMethodDecl)
     if ((fdc.Function("autoInstallFontLangSupport").Class("PrintFontManager")
          .Namespace("psp").GlobalNamespace())
         || fdc.Function("AllocateFrame").Class("GtkSalFrame").GlobalNamespace()
-        || (fdc.Function("TriggerPaintEvent").Class("GtkSalFrame::")
+        || (fdc.Function("TriggerPaintEvent").Class("GtkSalFrame")
             .GlobalNamespace()))
     {
         return true;


More information about the Libreoffice-commits mailing list