Kaydet (Commit) cbff9aaf authored tarafından Tor Lillqvist's avatar Tor Lillqvist

The pExceptionHandler variable can be static

Change-Id: I83f2531e092eaa610cf887937c803e11c6120e55
üst ee0cfd7f
...@@ -201,7 +201,7 @@ int SVMain() ...@@ -201,7 +201,7 @@ int SVMain()
static Application * pOwnSvApp = NULL; static Application * pOwnSvApp = NULL;
// Exception handler. pExceptionHandler != NULL => VCL already inited // Exception handler. pExceptionHandler != NULL => VCL already inited
oslSignalHandler pExceptionHandler = NULL; static oslSignalHandler pExceptionHandler = NULL;
class DesktopEnvironmentContext: public cppu::WeakImplHelper1< com::sun::star::uno::XCurrentContext > class DesktopEnvironmentContext: public cppu::WeakImplHelper1< com::sun::star::uno::XCurrentContext >
{ {
......
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