Kaydet (Commit) e48179c1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:externandnotdefined

Change-Id: I5f0c34a44898637b3c0d3d507777cbc7ace8b656
üst d4b96b45
......@@ -25,6 +25,7 @@
// #i47888# allow for alternative initialization as required for e.g. MacOSX
bool ImplSVMainHook( int* );
int ImplSVMain();
VCL_DLLPUBLIC int SVMain();
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment