[Libreoffice-commits] core.git: smoketest/libtest.cxx
Michael Stahl
mstahl at redhat.com
Mon Feb 15 19:31:35 UTC 2016
smoketest/libtest.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3d3835973c18e94bf0165167e78851d34f26a048
Author: Michael Stahl <mstahl at redhat.com>
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 );
More information about the Libreoffice-commits
mailing list