diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-04 17:56:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-04 17:56:33 +0200 |
commit | e48179c1844471f8e2f472bc7f5aa0cb46bf5198 (patch) | |
tree | 374e764bbd0aeda12d41d5c1b03d21f3a9b0212e | |
parent | d4b96b45727314585d02394bb5a084393b647729 (diff) |
loplugin:externandnotdefined
Change-Id: I5f0c34a44898637b3c0d3d507777cbc7ace8b656
-rw-r--r-- | include/vcl/svmain.hxx | 1 | ||||
-rw-r--r-- | vcl/osx/salinst.cxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/svmain.hxx b/include/vcl/svmain.hxx index be5a1b93bbfa..c4437b27d556 100644 --- a/include/vcl/svmain.hxx +++ b/include/vcl/svmain.hxx @@ -25,6 +25,7 @@ // #i47888# allow for alternative initialization as required for e.g. MacOSX bool ImplSVMainHook( int* ); +int ImplSVMain(); VCL_DLLPUBLIC int SVMain(); diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index f88bf7917279..532fc3876606 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -64,8 +64,6 @@ using namespace std; using namespace ::com::sun::star; -extern int ImplSVMain(); - static int* gpnInit = 0; static NSMenu* pDockMenu = nil; static bool bNoSVMain = true; |