summaryrefslogtreecommitdiff
path: root/configmgr/source/components.cxx
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
commitd23a6b9d14036d36126d344934cb2fe33b839ee5 (patch)
treef1dcf1658f5f8b10da77e33071690cf42b194906 /configmgr/source/components.cxx
parente1724e8547ac8c28c09db6497f6527c5041d34bc (diff)
sb111: #i101955# removed obsolete comment
Diffstat (limited to 'configmgr/source/components.cxx')
-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 b2480e855a..8553bc8bd8 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