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

Tor Lillqvist tml at collabora.com
Thu May 7 01:44:53 PDT 2015


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

New commits:
commit 8d7791858ae09dc6185bf0b116a66c7580040b09
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu May 7 11:44:15 2015 +0300

    It's its, not it's
    
    Change-Id: Ic108625cdc8376095dfd19184ecad39bfeccd160

diff --git a/compilerplugins/clang/vclwidgets.cxx b/compilerplugins/clang/vclwidgets.cxx
index e7066c2..ff55832 100644
--- a/compilerplugins/clang/vclwidgets.cxx
+++ b/compilerplugins/clang/vclwidgets.cxx
@@ -206,7 +206,7 @@ bool VCLWidgets::VisitCXXDestructorDecl(const CXXDestructorDecl* pCXXDestructorD
         {
             report(
                 DiagnosticsEngine::Warning,
-                "OutputDevice subclass should have nothing in it's destructor but a call to disposeOnce().",
+                "OutputDevice subclass should have nothing in its destructor but a call to disposeOnce().",
                 pCXXDestructorDecl->getLocStart())
               << pCXXDestructorDecl->getSourceRange();
         }


More information about the Libreoffice-commits mailing list