summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-21 07:24:59 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-21 07:24:59 +0000
commit2ebb165dcc5fc0fbe46bbca736f7684be615fff3 (patch)
treee4eb4f64751b3c4b36c2ee856b13a9d71a8a0774 /jvmfwk
parent56cf44fd0e179bd73e412959d7b3473c67005de7 (diff)
INTEGRATION: CWS jl98_DEV300 (1.10.14); FILE MERGED
2008/05/02 09:20:24 jl 1.10.14.1: #i85109# when UNO_JAVA_JFW_INSTALL_DATA is used and the settings file has expired then it is not deleted as before but instead its size is set to zero
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/source/elements.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/jvmfwk/source/elements.hxx b/jvmfwk/source/elements.hxx
index 6da076dcdf7e..a606b09c64fa 100644
--- a/jvmfwk/source/elements.hxx
+++ b/jvmfwk/source/elements.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: elements.hxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
@@ -168,8 +168,8 @@ private:
::rtl::OUString getSettingsURL() const;
/** Verifies if the respective settings file exist. In case UNO_JAVA_JFW_INSTALL_DATA
- is used, the age is checked. If the file is too old the we assume that it does not
- exist.
+ is used, the age is checked. If the file is too old then we assume that it does not
+ exist and wipe its contents. Then still FILE_DOES_NOT_EXIST is returned.
*/
jfw::FileStatus checkSettingsFileStatus() const;