[poppler] glib/poppler-form-field.cc

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 9 00:20:48 UTC 2018


 glib/poppler-form-field.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8969d8786e95cb86f20adfbc876466eddb1028e7
Author: Albert Astals Cid <aacid at kde.org>
Date:   Fri Nov 9 01:20:37 2018 +0100

    NULL -> nullptr

diff --git a/glib/poppler-form-field.cc b/glib/poppler-form-field.cc
index 7bb9c692..c22e2278 100644
--- a/glib/poppler-form-field.cc
+++ b/glib/poppler-form-field.cc
@@ -246,9 +246,9 @@ poppler_form_field_get_additional_action (PopplerFormField           *field,
 
   link_action = field->widget->getAdditionalAction (form_action);
   if (!link_action)
-    return NULL;
+    return nullptr;
 
-  *action = _poppler_action_new (NULL, link_action, NULL);
+  *action = _poppler_action_new (nullptr, link_action, nullptr);
 
   return *action;
 }


More information about the poppler mailing list