summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2009-11-13 16:16:57 +0100
committersb <sb@openoffice.org>2009-11-13 16:16:57 +0100
commit86bb6f26cc87c08ba41ed5ae01acbfbe80727cfa (patch)
tree2137e3762e6d232b8eeeda7845fff1e7b33a0cf5 /configmgr
parentfdaee92fd598e9dba08566d47a45c69ba344a975 (diff)
sb111: #i101955# removed obsolete comment
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/components.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
index b2480e855ada..8553bc8bd88c 100644
--- a/configmgr/source/components.cxx
+++ b/configmgr/source/components.cxx
@@ -375,11 +375,6 @@ Components::Components(
":UNO_USER_PACKAGES_CACHE}/registry/"
"com.sun.star.comp.deployment.configuration."
"PackageRegistryBackend/configmgr.ini"))));
- // reading the old user xcs/xcu layer ("${$BRAND_BASE_DIR/program/" +
- // SAL_CONFIGFILE("bootstrap") + ":UserInstallation}/user/registry") would
- // potentially fail, anyway, as xcu files in that layer used the xsi
- // namespace prefix without declaring a corresponding namespace binding (see
- // issue 77174)
try {
parseModificationLayer();
} catch (css::uno::Exception & e) { //TODO: more specific exception catching