summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/feed/updatefeed.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/extensions/source/update/feed/updatefeed.cxx b/extensions/source/update/feed/updatefeed.cxx
index ad971025c211..2a51d954427a 100644
--- a/extensions/source/update/feed/updatefeed.cxx
+++ b/extensions/source/update/feed/updatefeed.cxx
@@ -342,14 +342,6 @@ UpdateInformationProvider::UpdateInformationProvider(
"org.openoffice.Setup/Product",
"ooSetupVersion") >>= version;
buf.append(version);
- OUString edition(
- "${${BRAND_BASE_DIR}/program/edition/edition.ini:"
- "EDITIONNAME}");
- rtl::Bootstrap::expandMacros(edition);
- if (!edition.isEmpty()) {
- buf.append(sal_Unicode(' '));
- buf.append(edition);
- }
OUString extension;
getConfigurationItem(
xConfigurationProvider,