summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorDirk Voelzke <dv@openoffice.org>2010-06-02 09:31:52 +0200
committerDirk Voelzke <dv@openoffice.org>2010-06-02 09:31:52 +0200
commit729f1a6606a24a74f9f606921da13ab703d334f5 (patch)
tree05eb5edf6a813f66e90cc0bbeeafe1929f4bcf8e /extensions
parent7ded6edd288b75c28482b29619a81203cd35d564 (diff)
jl152#i77196# better handling of extensions with unaccepted license
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/check/updatecheck.cxx3
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
{