summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2001-02-23 14:43:32 +0000
committerNils Fuhrmann <nf@openoffice.org>2001-02-23 14:43:32 +0000
commit52a40679a295ff5c66f2633b6b2a66954cfe20ba (patch)
tree62f592292535d342f3c3184f0af6cd3324b06378 /tools
parentba4b239e492c9cd0ed0dec283e8def6a2fa67445 (diff)
Fixes
Diffstat (limited to 'tools')
-rw-r--r--tools/bootstrp/prj.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/bootstrp/prj.cxx b/tools/bootstrp/prj.cxx
index 4220a1e24a07..38b6b988f9ed 100644
--- a/tools/bootstrp/prj.cxx
+++ b/tools/bootstrp/prj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: prj.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: nf $ $Date: 2001-02-22 12:26:58 $
+ * last change: $Author: nf $ $Date: 2001-02-23 15:43:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1643,7 +1643,6 @@ BOOL StarFile::NeedsUpdate()
(( aStat.DateModified() == aDate ) && ( aStat.TimeModified() > aTime )))
return TRUE;
}
- else
- return FALSE;
+ return FALSE;
}