summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-22 10:06:58 +0200
committerobo <obo@openoffice.org>2010-06-22 10:06:58 +0200
commit8798f247ebbe5bbb08736a9b21f91c3eef51b226 (patch)
treeda06e98cc7cf2077ab174b2a3dfbd48db43b616a /extensions
parent78715b31107bac38bb2ecdd80231b49b9ed9f2cf (diff)
parent3459495f5239f0d3b49baa70bc4e0216318ffb44 (diff)
CWS-TOOLING: integrate CWS jl152
Diffstat (limited to 'extensions')
-rwxr-xr-xextensions/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 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
{