summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-04 09:01:32 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-04 09:01:32 +0000
commit91ce4453593dd5a8d54894be4ca1a58ddcfdf431 (patch)
treee63dbd70f8117850b463ce52a6f61d7fe08db70f /configmgr
parent670318a512a257459d9fa8bccaedabea36cc00cd (diff)
INTEGRATION: CWS onlineupdate3 (1.9.52); FILE MERGED
2006/07/07 13:59:04 obr 1.9.52.1: #i67120# Removed throw() clause from NodeReadGuardImpl
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/api2/apinodeaccess.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/api2/apinodeaccess.hxx b/configmgr/source/api2/apinodeaccess.hxx
index f014803b232c..55103a57a817 100644
--- a/configmgr/source/api2/apinodeaccess.hxx
+++ b/configmgr/source/api2/apinodeaccess.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: apinodeaccess.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:07:19 $
+ * last change: $Author: ihi $ $Date: 2006-08-04 10:01:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -174,7 +174,7 @@ namespace configmgr
osl::MutexGuard m_aLock;
NodeAccess& m_rNode;
public:
- NodeReadGuardImpl(NodeAccess& rNode) throw();
+ NodeReadGuardImpl(NodeAccess& rNode);
~NodeReadGuardImpl() throw ();
public:
NodeAccess& get() const { return m_rNode; }