From 28f4bee7bd7378141d8569186162e1a3166eb012 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 10 Nov 2015 10:25:17 +0100 Subject: loplugin:nullptr (automatic rewrite) Change-Id: I7fc4b4d5c895f241cfb052b009e943e073f3befe --- svtools/source/java/javainteractionhandler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/source/java') diff --git a/svtools/source/java/javainteractionhandler.cxx b/svtools/source/java/javainteractionhandler.cxx index 2f9bf8f87ecc..abdafe4a5dd5 100644 --- a/svtools/source/java/javainteractionhandler.cxx +++ b/svtools/source/java/javainteractionhandler.cxx @@ -203,7 +203,7 @@ void SAL_CALL JavaInteractionHandler::handle( const Reference< XInteractionReque SolarMutexGuard aSolarGuard; m_bRestartRequired_Handled = true; svtools::executeRestartDialog( - comphelper::getProcessComponentContext(), 0, + comphelper::getProcessComponentContext(), nullptr, svtools::RESTART_REASON_JAVA); } nResult = RET_OK; -- cgit