diff options
author | sb <sb@openoffice.org> | 2010-04-12 13:19:57 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-04-12 13:19:57 +0200 |
commit | 405cdc76871d9822356429be6be5565027f15820 (patch) | |
tree | 05b6b37ba821bc91315b548d6b8e89de978a9e8f /configmgr/source/components.cxx | |
parent | 755d2672ac203279b151edc1a24d824d183a2845 (diff) | |
parent | 10ce0c56de2072553e5cbe5ebbd422cd88e5fde6 (diff) |
sb122: merged in cws/sb121
Diffstat (limited to 'configmgr/source/components.cxx')
-rw-r--r-- | configmgr/source/components.cxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index 6d97971e1a2c..48f90fa8382e 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.cxx @@ -494,12 +494,10 @@ void Components::parseFileList( try { (*parseFile)(url, layer, data_, 0, 0); } catch (css::container::NoSuchElementException & e) { - throw css::uno::RuntimeException( - (rtl::OUString( - RTL_CONSTASCII_USTRINGPARAM( - "stat'ed file does not exist: ")) + - e.Message), - css::uno::Reference< css::uno::XInterface >()); + OSL_TRACE( + "configmgr file does not exist: %s", + rtl::OUStringToOString( + e.Message, RTL_TEXTENCODING_UTF8).getStr()); } } if (i == -1) { |