diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-11-06 14:05:19 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-11-06 14:05:19 +0000 |
commit | a9e749a226237b686ea7dbb8a72e8f1ac062c127 (patch) | |
tree | 0e0ea9a4114893db1e9900d52f50f4bdd6cbb1cb /desktop/source | |
parent | 58c67dc73ced8a86ba6c51d045506147f2646679 (diff) |
#94332#: TimeBomb removed
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/app.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index b88808f707e9..61c6f2f335d5 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -2,9 +2,9 @@ * * $RCSfile: app.cxx,v $ * - * $Revision: 1.58 $ + * $Revision: 1.59 $ * - * last change: $Author: cd $ $Date: 2001-11-05 07:17:19 $ + * last change: $Author: mba $ $Date: 2001-11-06 15:05:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1109,8 +1109,9 @@ void Desktop::Main() SetAppName( DEFINE_CONST_UNICODE("soffice") ); #ifdef TIMEBOMB +/* Date aDate; - Date aFinalDate( 31, 03, 2002 ); + Date aFinalDate( 31, 03, 2010 ); if ( aFinalDate < aDate ) { String aMsg; @@ -1119,6 +1120,7 @@ void Desktop::Main() aBox.Execute(); return; } +*/ #endif sal_Bool bTerminate = pCmdLineArgs->IsTerminateAfterInit(); |