summaryrefslogtreecommitdiff
path: root/extensions/source/update/check
diff options
context:
space:
mode:
authorLars Langhans <lla@openoffice.org>2010-07-12 13:38:01 +0200
committerLars Langhans <lla@openoffice.org>2010-07-12 13:38:01 +0200
commit587898db4118b889de927e5c647b50406359a169 (patch)
tree3a69e61a16bb6d992282a915239aa2a04f6522a6 /extensions/source/update/check
parentabce795656e5428085eaa1bf1f14ae2615bb0f0b (diff)
parent273fa6a6aa0d56660807ab29892f0618cfbb2e63 (diff)
sb123:merge
Diffstat (limited to 'extensions/source/update/check')
-rw-r--r--[-rwxr-xr-x]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 d65a97e49dc6..8419569bd949 100755..100644
--- 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
{