diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 14:37:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 14:37:50 +0000 |
commit | fc15924e38245af3b19eed2fcac2d5a470b9667f (patch) | |
tree | 684898d57e5ac473c5a5048003fdd915e510cf63 /configmgr | |
parent | b819f50a2749e8bbf827fa50238dff8044602e37 (diff) |
INTEGRATION: CWS licensing1 (1.6.190); FILE MERGED
2005/01/17 10:41:18 sb 1.6.190.1: #118903# Removed erroneous throws-nothing specifications from constructors that may throw com::sun::star::lang::DisposedException.
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/api2/apitreeaccess.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/api2/apitreeaccess.cxx b/configmgr/source/api2/apitreeaccess.cxx index 8563ab431dc4..aa5c2019e75c 100644 --- a/configmgr/source/api2/apitreeaccess.cxx +++ b/configmgr/source/api2/apitreeaccess.cxx @@ -2,9 +2,9 @@ * * $RCSfile: apitreeaccess.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jb $ $Date: 2002-02-11 13:47:53 $ + * last change: $Author: rt $ $Date: 2005-03-29 15:37:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -165,7 +165,7 @@ Committer UpdateRootElement::getCommitter() } //----------------------------------------------------------------------------- -TreeReadGuardImpl::TreeReadGuardImpl(TreeElement& rTree) throw() +TreeReadGuardImpl::TreeReadGuardImpl(TreeElement& rTree) : m_aViewLock(rTree.getDataLock()) , m_rTree(rTree) { |