vcl/unx/gtk3/gtk3gtkframe.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f94a77682bed8815ac2e400cadb9244b784cffda Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue Jan 26 15:17:32 2016 +0100 loplugin:nullptr Change-Id: Ic8e7a7c0f6f40521dfb20ebf4ef11f2776c0cde8 diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx index e24efad..b5677a1 100644 --- a/vcl/unx/gtk3/gtk3gtkframe.cxx +++ b/vcl/unx/gtk3/gtk3gtkframe.cxx @@ -3119,7 +3119,7 @@ public: * gtk_drag_get_data */ { - m_pLoop = g_main_loop_new(NULL, true); + m_pLoop = g_main_loop_new(nullptr, true); m_pFrame->SetFormatConversionRequest(this); gtk_drag_get_data(m_pWidget, m_pContext, it->second, m_nTime); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits