smoketest/libtest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3d3835973c18e94bf0165167e78851d34f26a048 Author: Michael Stahl <[email protected]> Date: Mon Feb 15 20:24:02 2016 +0100 smoketest: loplugin:nullptr Change-Id: I849e2e945a31ab37c9a24969d6e1decd69170380 diff --git a/smoketest/libtest.cxx b/smoketest/libtest.cxx index 98607fb..550ff8b 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 ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
