diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-04-25 19:15:50 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-04-26 08:20:09 +0200 |
commit | e1a75c1c3069efa303c480d0e50928c0761f468f (patch) | |
tree | d383a590c41f00e93ce4f7245c6d1fc5f34f58ad /vcl/osx | |
parent | 8e3f4aeb401cb478374928d78bcbfc737bfd4d97 (diff) |
There is no ImplSVMainHook()
Change-Id: Ief2636425712f60cfc6e8f68ee0d3fb01608d8ba
Reviewed-on: https://gerrit.libreoffice.org/71317
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl/osx')
-rw-r--r-- | vcl/osx/salinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: */ |