summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-03-09 17:45:16 +0100
committersb <sb@openoffice.org>2010-03-09 17:45:16 +0100
commit5521c8065f538b8cedaf2db2dbff9a265394a6b3 (patch)
tree011885a19287149ea34f491b3699a5cd19e30f8c /configmgr
parent69ab7ceb64db5efa79c3c7a6fd880247252ea648 (diff)
parent8d8c715352d37c28e0e4987a29dbdb3e3db50ac8 (diff)
sb118: merged in DEV300_m74
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/components.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
index 99ee5ca3da1f..51a1a6547d9b 100644
--- a/configmgr/source/components.cxx
+++ b/configmgr/source/components.cxx
@@ -315,6 +315,7 @@ Components::Components(
context_(context)
{
OSL_ASSERT(context.is());
+/*SB*/try{
parseXcsXcuLayer(
0,
expand(
@@ -379,6 +380,7 @@ Components::Components(
":UNO_USER_PACKAGES_CACHE}/registry/"
"com.sun.star.comp.deployment.configuration."
"PackageRegistryBackend/configmgr.ini"))));
+/*SB*/}catch(css::uno::Exception&e){fprintf(stderr,"caught <%s>\n",rtl::OUStringToOString(e.Message,RTL_TEXTENCODING_UTF8).getStr());throw;}
try {
parseModificationLayer();
} catch (css::uno::Exception & e) { //TODO: more specific exception catching