summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-03-08 16:34:21 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2010-03-08 16:34:21 +0100
commit8d8c715352d37c28e0e4987a29dbdb3e3db50ac8 (patch)
treeac8d36aa6f35858eef2694c7d331b667e486a48a
parent0d0b4e1cdd842808707e570b1dea125f312f2a50 (diff)
#i10000# added some more error output in case of a exception
Notes
split repo tag: libs-core_ooo/DEV300_m74
-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