diff options
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/defaultregistry/defaultregistry.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stoc/source/defaultregistry/defaultregistry.cxx b/stoc/source/defaultregistry/defaultregistry.cxx index d7ff89d6b9d3..e44cad2fd33b 100644 --- a/stoc/source/defaultregistry/defaultregistry.cxx +++ b/stoc/source/defaultregistry/defaultregistry.cxx @@ -1300,11 +1300,6 @@ void SAL_CALL NestedRegistryImpl::close( ) { m_defaultReg->close(); } -/* - throw InvalidRegistryException( - OUString("the 'close' method is not specified for a nested registry"), - Reference< XInterface >() ); -*/ } //************************************************************************* |