diff options
author | obo <obo@openoffice.org> | 2010-06-22 10:06:58 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-22 10:06:58 +0200 |
commit | 8798f247ebbe5bbb08736a9b21f91c3eef51b226 (patch) | |
tree | da06e98cc7cf2077ab174b2a3dfbd48db43b616a /extensions/source | |
parent | 78715b31107bac38bb2ecdd80231b49b9ed9f2cf (diff) | |
parent | 3459495f5239f0d3b49baa70bc4e0216318ffb44 (diff) |
CWS-TOOLING: integrate CWS jl152
Diffstat (limited to 'extensions/source')
-rwxr-xr-x | 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 d65a97e49dc6..8419569bd949 100755 --- a/extensions/source/update/check/updatecheck.cxx +++ b/extensions/source/update/check/updatecheck.cxx @@ -865,6 +865,9 @@ UpdateCheck::initialize(const uno::Sequence< beans::NamedValue >& rValues, m_aUpdateInfo = UpdateInfo(); + // Remove outdated release notes + storeReleaseNote( 1, rtl::OUString() ); + storeReleaseNote( 2, rtl::OUString() ); } else { |