diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-09-04 08:07:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-09-04 08:07:44 +0000 |
commit | b7d1925a0447003ae5d9eb6406ac745d4ba9bead (patch) | |
tree | e62a24ba08bb1296e7f3b55fc8b11a204ca6a7ea /stoc | |
parent | bcb721b82d32e5f40407d3f5f66632b9e6c5f00f (diff) |
INTEGRATION: CWS cliuno01 (1.2.54); FILE MERGED
2003/07/08 14:37:08 dbo 1.2.54.1: #110159# fixing exceptions
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx b/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx index d6a955358827..07a9b9141dc5 100644 --- a/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx +++ b/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rdbtdp_tdenumeration.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kso $ $Date: 2002-11-13 16:01:19 $ + * last change: $Author: obo $ $Date: 2003-09-04 09:07:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -256,7 +256,7 @@ TypeDescriptionEnumerationImpl::~TypeDescriptionEnumerationImpl() if ( (*it)->isValid() ) (*it)->closeKey(); } - catch (...) + catch (Exception &) { // No exceptions from dtors, please! OSL_ENSURE( sal_False, |