summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-10-13 11:30:59 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-13 11:30:59 +0200
commit11ecb2ba487e9ff85ee61d01808f0a33dc025e1f (patch)
treed44bc76a11ef726b82e6fabe4bec689c0dcb4d84 /configmgr
parent80df122f26a4474bea36d976754b59aa18558cfd (diff)
parentc84cd1634ee6db999dae05321c228162638d2a81 (diff)
Merge commit 'ooo/OOO330_m10'
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/configurationprovider.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/configmgr/source/configurationprovider.cxx b/configmgr/source/configurationprovider.cxx
index 9727ad9b5d..273a803716 100644
--- a/configmgr/source/configurationprovider.cxx
+++ b/configmgr/source/configurationprovider.cxx
@@ -242,7 +242,7 @@ Service::createInstanceWithArguments(
if (nodepath.getLength() == 0) {
badNodePath();
}
- // For backwards compatibility, allow a notepath that misses the leading
+ // For backwards compatibility, allow a nodepath that misses the leading
// slash:
if (nodepath[0] != '/') {
nodepath = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/")) + nodepath;
@@ -457,7 +457,8 @@ Factory::createInstanceWithArgumentsAndContext(
" arguments")),
0);
}
- // For backwards compatibility, allow "Locale" in any case:
+ // For backwards compatibility, allow "Locale" and (ignored)
+ // "EnableAsync" in any case:
if (name.equalsIgnoreAsciiCaseAsciiL(
RTL_CONSTASCII_STRINGPARAM("locale")))
{
@@ -472,8 +473,9 @@ Factory::createInstanceWithArgumentsAndContext(
" one, non-empty, string Locale argument")),
0);
}
- } else {
- //TODO
+ } else if (!name.equalsIgnoreAsciiCaseAsciiL(
+ RTL_CONSTASCII_STRINGPARAM("enableasync")))
+ {
throw css::uno::Exception(
rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM(