[Libreoffice-commits] core.git: include/vcl vcl/osx

Stephan Bergmann sbergman at redhat.com
Mon Aug 4 08:57:03 PDT 2014


 include/vcl/svmain.hxx |    1 +
 vcl/osx/salinst.cxx    |    2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit e48179c1844471f8e2f472bc7f5aa0cb46bf5198
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Aug 4 17:56:19 2014 +0200

    loplugin:externandnotdefined
    
    Change-Id: I5f0c34a44898637b3c0d3d507777cbc7ace8b656

diff --git a/include/vcl/svmain.hxx b/include/vcl/svmain.hxx
index be5a1b9..c4437b2 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 f88bf79..532fc38 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;


More information about the Libreoffice-commits mailing list