summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-29 10:24:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-29 10:27:29 +0200
commit1c2862e8d130fac1279e293a9fe9992f3fe91591 (patch)
tree0b6b6416db127ce3e6ebd9e17f5172fa9f342ccc /vcl/source/gdi
parent8ad743ca8d45e094e433627cf0cf70d11a56084e (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 'vcl/source/gdi')
-rw-r--r--vcl/source/gdi/impimagetree.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/source/gdi/impimagetree.cxx b/vcl/source/gdi/impimagetree.cxx
index d7c50d980e06..2ff71eac8337 100644
--- a/vcl/source/gdi/impimagetree.cxx
+++ b/vcl/source/gdi/impimagetree.cxx
@@ -279,17 +279,6 @@ void ImplImageTree::resetPaths() {
m_paths.clear();
{
OUString url(
- "$BRAND_BASE_DIR/program/edition/images");
- rtl::Bootstrap::expandMacros(url);
- INetURLObject u(url);
- OSL_ASSERT(!u.HasError());
- m_paths.push_back(
- std::make_pair(
- u.GetMainURL(INetURLObject::NO_DECODE),
- css::uno::Reference< css::container::XNameAccess >()));
- }
- {
- OUString url(
"$BRAND_BASE_DIR/share/config");
rtl::Bootstrap::expandMacros(url);
INetURLObject u(url);