summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-02-15 20:24:02 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-15 20:29:34 +0100
commit3d3835973c18e94bf0165167e78851d34f26a048 (patch)
treea1804e05888010db144fac5f44f06df67ba01cf2 /smoketest
parentd3f83ffa0e85a697af2cbf50a55dd7308609cf56 (diff)
smoketest: loplugin:nullptr
Change-Id: I849e2e945a31ab37c9a24969d6e1decd69170380
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/libtest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/libtest.cxx b/smoketest/libtest.cxx
index 98607fbd9609..550ff8b9d346 100644
--- a/smoketest/libtest.cxx
+++ b/smoketest/libtest.cxx
@@ -101,7 +101,7 @@ int main (int argc, char **argv)
fprintf( stderr, "Failed to find pre-init symbol: %s\n", lok_dlerror() );
return -1;
}
- preinit( install_path, NULL );
+ preinit(install_path, nullptr);
}
Office *pOffice = lok_cpp_init( install_path );