summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-06-27 15:31:30 +0000
committerMathias Bauer <mba@openoffice.org>2001-06-27 15:31:30 +0000
commitb47c10bb1b2f56ab5e4027dfcc050c9b2a5e4744 (patch)
tree349f64bce464c835cb317a753a70f7fac0601dc3
parent0180e103a8f08f85e40540609ff1795bb7cd6d8a (diff)
#88906#: TimeBomb
-rw-r--r--desktop/source/app/app.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 714201fc8732..ce5d9cf8cc27 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: mav $ $Date: 2001-06-26 13:33:22 $
+ * last change: $Author: mba $ $Date: 2001-06-27 16:31:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -164,7 +164,7 @@ void Desktop::Main()
#ifdef TIMEBOMB
Date aDate;
- Date aFinalDate( 31, 8, 2001 );
+ Date aFinalDate( 31, 10, 2001 );
if ( aFinalDate < aDate )
{
String aMsg;