diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-29 10:24:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-29 10:27:29 +0200 |
commit | 1c2862e8d130fac1279e293a9fe9992f3fe91591 (patch) | |
tree | 0b6b6416db127ce3e6ebd9e17f5172fa9f342ccc /extensions | |
parent | 8ad743ca8d45e094e433627cf0cf70d11a56084e (diff) |
Remove residue of undocumented "edition" feature
...whereby some branding could be orverridden with information from a program/edition/
directory.
Change-Id: I7f9324678b09bc8069775dfcbda97be8e0618a91
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/update/feed/updatefeed.cxx | 8 |
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, |