summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:23:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:23:48 +0000
commit50a0d3a48b11ce320706700a5b18de1369a36614 (patch)
treee8bdd477197412e2c8aa2a2b5edf035dcaa91896 /configmgr
parentdea1f2d3bbd6170d0e079785450521834ac84409 (diff)
INTEGRATION: CWS warnings01 (1.23.4); FILE MERGED
2005/11/01 12:47:20 cd 1.23.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/inc/change.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/configmgr/source/inc/change.hxx b/configmgr/source/inc/change.hxx
index c0c33147a3..24db6d85c3 100644
--- a/configmgr/source/inc/change.hxx
+++ b/configmgr/source/inc/change.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: change.hxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:44:16 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:23:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -348,6 +348,8 @@ namespace configmgr
SubtreeChange(const SubtreeChange&);
void operator=(SubtreeChange&);
+ using Change::swap;
+
public:
class ChildIterator;
ChildIterator begin() const throw();