summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-04-12 13:19:57 +0200
committersb <sb@openoffice.org>2010-04-12 13:19:57 +0200
commitc3422a79511cd11a3fa5efc5e698a94c0a02dc62 (patch)
treec9f125ffa84fd88795b3161e02ce503e42561f1e /configmgr
parent6bc27e8c39598306dd5c74d4b9f0e5839d97c403 (diff)
parentcca943800c3fbb710685aab890fd4c4843712d7b (diff)
sb122: merged in cws/sb121
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/components.cxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
index 6d97971e1a..48f90fa838 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) {