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

New commits:
commit da95ad47af1f345a208a816fd3a641bc47c4b32c
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Oct 12 08:49:35 2016 +0200

    typo
    
    Change-Id: Iea55eee0e5e777e46bb02435f10bca03e554a15c

diff --git a/compilerplugins/clang/refcounting.cxx 
b/compilerplugins/clang/refcounting.cxx
index ffbe478..cc3a56b 100644
--- a/compilerplugins/clang/refcounting.cxx
+++ b/compilerplugins/clang/refcounting.cxx
@@ -341,7 +341,7 @@ void RefCounting::checkUnoReference(QualType qt, const 
Decl* decl, const std::st
                 "uno::Reference " + rDeclName + " with template parameter that 
does not contain ::static_type() "
                 + qt.getAsString()
                 + ", parent is " + rParentName
-                + ", should probably be using rtl::Reference instead"
+                + ", should probably be using rtl::Reference instead",
                 decl->getLocation())
               << decl->getSourceRange();
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to