Blame SOURCES/0009-loplugin-cstylecast-deal-with-remaining-pointer-cast.patch

135360
From 9eb895e01e53a2f240067b8a85b4b51dcd48d529 Mon Sep 17 00:00:00 2001
135360
From: Stephan Bergmann <sbergman@redhat.com>
135360
Date: Mon, 8 Jun 2015 16:26:12 +0200
135360
Subject: [PATCH 009/398] loplugin:cstylecast: deal with remaining pointer
135360
 casts
135360
135360
Change-Id: I6fcd79094bb09f9068a4182eaace794b19633f4c
135360
(cherry picked from commit b2f490e8627fd31d8f5e48708a898c9f997a4676)
135360
---
135360
 libreofficekit/source/gtk/lokdocview.cxx | 2 +-
135360
 1 file changed, 1 insertion(+), 1 deletion(-)
135360
135360
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
135360
index 24f9d04a9024..d18c3c27a70e 100644
135360
--- a/libreofficekit/source/gtk/lokdocview.cxx
135360
+++ b/libreofficekit/source/gtk/lokdocview.cxx
135360
@@ -1196,7 +1196,7 @@ SAL_DLLPUBLIC_EXPORT guint lok_docview_get_type()
135360
             lok_docview_init,
135360
             NULL,
135360
             NULL,
135360
-            (GtkClassInitFunc) NULL
135360
+            nullptr
135360
         };
135360
 
135360
         lok_docview_type = gtk_type_unique( gtk_scrolled_window_get_type(), &lok_docview_info );
135360
-- 
135360
2.12.0
135360