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

New commits:
commit 9db80b1499e09cde000160434728f7b231c30db8
Author: Noel Grandin <n...@peralex.com>
Date:   Mon Jun 15 14:10:22 2015 +0200

    fix vclwidget plugin warning message
    
    Change-Id: Iac6450ed3a7742022d97b0121165f992b483eea0

diff --git a/compilerplugins/clang/vclwidgets.cxx 
b/compilerplugins/clang/vclwidgets.cxx
index 7487fbf..7be617f 100644
--- a/compilerplugins/clang/vclwidgets.cxx
+++ b/compilerplugins/clang/vclwidgets.cxx
@@ -183,7 +183,7 @@ bool VCLWidgets::VisitCXXDestructorDecl(const 
CXXDestructorDecl* pCXXDestructorD
     if (foundVclPtrField && pCompoundStatement && pCompoundStatement->size() 
== 0) {
         report(
             DiagnosticsEngine::Warning,
-            "OutputDevice subclass with VclPtr field must call dispose() from 
its destructor.",
+            "OutputDevice subclass with VclPtr field must call disposeOnce() 
from its destructor.",
             pCXXDestructorDecl->getLocStart())
           << pCXXDestructorDecl->getSourceRange();
         return true;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to