[Libreoffice-commits] core.git: vcl/unx
Stephan Bergmann
sbergman at redhat.com
Tue Jan 26 06:18:02 PST 2016
vcl/unx/gtk3/gtk3gtkframe.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f94a77682bed8815ac2e400cadb9244b784cffda
Author: Stephan Bergmann <sbergman at 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);
More information about the Libreoffice-commits
mailing list