diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-24 10:25:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-24 10:25:12 +0000 |
commit | c1ee525f676e9236d9bd6b4437c64769a93e5735 (patch) | |
tree | 82cf189aff070d5f163011caa2ded68421727a47 /desktop | |
parent | 1618f4d6167c65cb2b80944894ab25f487a95db9 (diff) |
#i10000# aConfigErrHandler
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 11d7020a2f31..04d2158cc8b5 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -2,9 +2,9 @@ * * $RCSfile: app.cxx,v $ * - * $Revision: 1.151 $ + * $Revision: 1.152 $ * - * last change: $Author: rt $ $Date: 2004-08-20 13:04:13 $ + * last change: $Author: rt $ $Date: 2004-08-24 11:25:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1636,6 +1636,7 @@ void Desktop::Main() Application::PostUserEvent( LINK( this, Desktop, EnableAcceptors_Impl) ); // The configuration error handler currently is only for startup + ConfigurationErrorHandler aConfigErrHandler; aConfigErrHandler.deactivate(); // Acquire solar mutex just before we enter our message loop |