diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-03-08 16:34:21 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-03-08 16:34:21 +0100 |
commit | 8b9ebf6f31f42f8d48c87c6a2ef8fca2d2f9b5fe (patch) | |
tree | 0688d725f4fe9a2873b8297faa833819874db644 | |
parent | 9792aee99e3b02fec28389c6bbbd4d4bd0dc5de4 (diff) |
#i10000# added some more error output in case of a exceptionooo/DEV300_m74
-rw-r--r-- | configmgr/source/components.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index 99ee5ca3da..51a1a6547d 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 |