From e1a75c1c3069efa303c480d0e50928c0761f468f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 25 Apr 2019 19:15:50 +0300 Subject: There is no ImplSVMainHook() Change-Id: Ief2636425712f60cfc6e8f68ee0d3fb01608d8ba Reviewed-on: https://gerrit.libreoffice.org/71317 Tested-by: Jenkins Reviewed-by: Tor Lillqvist --- vcl/osx/salinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/osx') diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index 089b1e438b66..b31f870d9e12 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -979,7 +979,7 @@ bool AquaSalInstance::SVMainHook(int* pnInit) NSApplicationMain( 1, pArgv ); #endif - return true; // indicate that ImplSVMainHook is implemented + return true; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit