summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-09-27 09:51:05 +0000
committerMathias Bauer <mba@openoffice.org>2001-09-27 09:51:05 +0000
commita435c39cffdb212c1fd5c51f15163d70458726ee (patch)
treea5439248ba46777b80a517b799df4b391a2733f4 /desktop/source
parente04b322ea6fedd34090e974be0b84013d9fefc0d (diff)
#92513#: return from execption method if no restart
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/app/app.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 1cffa7f91d18..bde6e5657b29 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.cxx,v $
*
- * $Revision: 1.51 $
+ * $Revision: 1.52 $
*
- * last change: $Author: as $ $Date: 2001-09-26 09:45:06 $
+ * last change: $Author: mba $ $Date: 2001-09-27 10:51:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -853,14 +853,14 @@ USHORT Desktop::Exception(USHORT nError)
else
{
bInException = sal_False;
- return Application::Exception( nError );
+ return 0;
}
break;
}
}
- return TRUE;
+ return 0;
// ConfigManager is disposed, so no way to continue
}