[Libreoffice-commits] core.git: vcl/qt5
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Oct 4 09:09:46 UTC 2018
vcl/qt5/Qt5AccessibleWidget.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 36960825acd93777c431e71aded96e31a86335c0
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Oct 4 11:09:19 2018 +0200
Commit: Stephan Bergmann <sbergman at 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;
}
}
More information about the Libreoffice-commits
mailing list