diff options
Diffstat (limited to 'configmgr/source/childaccess.cxx')
-rw-r--r-- | configmgr/source/childaccess.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/childaccess.cxx b/configmgr/source/childaccess.cxx index b5a34efbd449..dec5c46e7b64 100644 --- a/configmgr/source/childaccess.cxx +++ b/configmgr/source/childaccess.cxx @@ -166,8 +166,7 @@ void ChildAccess::setParent(css::uno::Reference< css::uno::XInterface > const &) osl::MutexGuard g(*lock_); checkLocalizedPropertyAccess(); throw css::lang::NoSupportException( - OUString("setParent"), - static_cast< cppu::OWeakObject * >(this)); + "setParent", static_cast< cppu::OWeakObject * >(this)); } sal_Int64 ChildAccess::getSomething( |