diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-21 07:24:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-21 07:24:59 +0000 |
commit | 2ebb165dcc5fc0fbe46bbca736f7684be615fff3 (patch) | |
tree | e4eb4f64751b3c4b36c2ee856b13a9d71a8a0774 /jvmfwk/source | |
parent | 56cf44fd0e179bd73e412959d7b3473c67005de7 (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/source')
-rw-r--r-- | jvmfwk/source/elements.hxx | 6 |
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; |