diff options
author | Dirk Voelzke <dv@openoffice.org> | 2010-06-02 09:31:52 +0200 |
---|---|---|
committer | Dirk Voelzke <dv@openoffice.org> | 2010-06-02 09:31:52 +0200 |
commit | 729f1a6606a24a74f9f606921da13ab703d334f5 (patch) | |
tree | 05eb5edf6a813f66e90cc0bbeeafe1929f4bcf8e | |
parent | 7ded6edd288b75c28482b29619a81203cd35d564 (diff) |
jl152#i77196# better handling of extensions with unaccepted license
-rw-r--r-- | extensions/source/update/check/updatecheck.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx index 10632cd23fbd..522bac4c96ef 100644 --- a/extensions/source/update/check/updatecheck.cxx +++ b/extensions/source/update/check/updatecheck.cxx @@ -844,6 +844,9 @@ UpdateCheck::initialize(const uno::Sequence< beans::NamedValue >& rValues, aConfig->clearUpdateFound(); m_aUpdateInfo = UpdateInfo(); + // Remove outdated release notes + storeReleaseNote( 1, rtl::OUString() ); + storeReleaseNote( 2, rtl::OUString() ); } else { |