Blob Blame History Raw
From 9eb895e01e53a2f240067b8a85b4b51dcd48d529 Mon Sep 17 00:00:00 2001
From: Stephan Bergmann <sbergman@redhat.com>
Date: Mon, 8 Jun 2015 16:26:12 +0200
Subject: [PATCH 009/398] loplugin:cstylecast: deal with remaining pointer
 casts

Change-Id: I6fcd79094bb09f9068a4182eaace794b19633f4c
(cherry picked from commit b2f490e8627fd31d8f5e48708a898c9f997a4676)
---
 libreofficekit/source/gtk/lokdocview.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
index 24f9d04a9024..d18c3c27a70e 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -1196,7 +1196,7 @@ SAL_DLLPUBLIC_EXPORT guint lok_docview_get_type()
             lok_docview_init,
             NULL,
             NULL,
-            (GtkClassInitFunc) NULL
+            nullptr
         };
 
         lok_docview_type = gtk_type_unique( gtk_scrolled_window_get_type(), &lok_docview_info );
-- 
2.12.0