diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 16:18:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-01 16:18:20 +0000 |
commit | 4228be8ec7fa3b9805504ed5e0ac221c0f6141bc (patch) | |
tree | 98baa0877962ab8084bbf554078aeffc9fdbc56e /cppuhelper/source | |
parent | 58c72e1bdaf868756aea6971b2f9dbd3ffa77b27 (diff) |
INTEGRATION: CWS bunoidmap (1.27.8); FILE MERGED
2006/11/06 16:30:35 kr 1.27.8.1: #i69240# throw exception if simple registry can not be instantiated
Diffstat (limited to 'cppuhelper/source')
-rw-r--r-- | cppuhelper/source/bootstrap.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/bootstrap.cxx b/cppuhelper/source/bootstrap.cxx index 42fc82d221e4..72f58090a961 100644 --- a/cppuhelper/source/bootstrap.cxx +++ b/cppuhelper/source/bootstrap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bootstrap.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: rt $ $Date: 2006-10-27 12:13:07 $ + * last change: $Author: rt $ $Date: 2006-12-01 17:18:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -331,7 +331,7 @@ Reference< registry::XSimpleRegistry > nestRegistries( try { Reference<registry::XSimpleRegistry> simpleRegistry( - xSimRegFac->createInstance(), UNO_QUERY ); + xSimRegFac->createInstance(), UNO_QUERY_THROW ); osl::FileBase::getAbsoluteFileURL(baseDir, rdb_name, rdb_name); simpleRegistry->open(rdb_name, sal_True, sal_False); |