summaryrefslogtreecommitdiff
path: root/stoc/source/defaultregistry/defaultregistry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/defaultregistry/defaultregistry.cxx')
-rw-r--r--stoc/source/defaultregistry/defaultregistry.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/stoc/source/defaultregistry/defaultregistry.cxx b/stoc/source/defaultregistry/defaultregistry.cxx
index c67cc621971f..37ff4a47b8b4 100644
--- a/stoc/source/defaultregistry/defaultregistry.cxx
+++ b/stoc/source/defaultregistry/defaultregistry.cxx
@@ -1158,8 +1158,7 @@ Any RegistryEnumueration::nextElement( )
}
else
{
- throw NoSuchElementException( OUString(
- "NestedRegistry: no nextElement() !" ),Reference< XInterface > () );
+ throw NoSuchElementException( "NestedRegistry: no nextElement() !" );
}
return a;
}
@@ -1242,8 +1241,7 @@ void SAL_CALL NestedRegistryImpl::open( const OUString&, sal_Bool, sal_Bool )
throw(InvalidRegistryException, RuntimeException, std::exception)
{
throw InvalidRegistryException(
- OUString("the 'open' method is not specified for a nested registry"),
- Reference< XInterface >() );
+ "the 'open' method is not specified for a nested registry" );
}
@@ -1283,8 +1281,7 @@ void SAL_CALL NestedRegistryImpl::destroy( )
throw(InvalidRegistryException, RuntimeException, std::exception)
{
throw InvalidRegistryException(
- OUString("the 'destroy' method is not specified for a nested registry"),
- Reference< XInterface >() );
+ "the 'destroy' method is not specified for a nested registry" );
}