vcl/qt5/Qt5AccessibleWidget.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 36960825acd93777c431e71aded96e31a86335c0
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Oct 4 11:09:19 2018 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Oct 4 11:09:19 2018 +0200

    loplugin:nullptr (--enable-qt5)
    
    Change-Id: I85e310a4e2cf8e9f726d8d7c6ac8bbb399f0cd7c

diff --git a/vcl/qt5/Qt5AccessibleWidget.cxx b/vcl/qt5/Qt5AccessibleWidget.cxx
index 0e783dcb3808..f85823a7e168 100644
--- a/vcl/qt5/Qt5AccessibleWidget.cxx
+++ b/vcl/qt5/Qt5AccessibleWidget.cxx
@@ -83,7 +83,7 @@ QAccessible::Relation lcl_matchUnoRelation(short relationType)
         case AccessibleRelationType::DESCRIBED_BY:
         default:
             SAL_WARN("vcl.qt5", "Unmatched relation: " << relationType);
-            return 0x0;
+            return nullptr;
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to