summaryrefslogtreecommitdiff
path: root/configmgr/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 12:35:58 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 12:35:58 +0000
commit2ff4dcfc429cea193641f5d80c2431bbadc7bb0d (patch)
treeff2de38f63ed286eda9f4b73ca32939a9ec91b47 /configmgr/source
parent1c0ea5dd34df88cdd1941578add8391642daf35f (diff)
INTEGRATION: CWS cfglooseends (1.2.180); FILE MERGED
2004/11/08 10:49:40 jb 1.2.180.1: #i36826# Correct various brokenness in flushAll and refreshAll
Diffstat (limited to 'configmgr/source')
-rw-r--r--configmgr/source/inc/autoreferencemap.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/configmgr/source/inc/autoreferencemap.hxx b/configmgr/source/inc/autoreferencemap.hxx
index a0d9cdab51d2..5b4d1816598e 100644
--- a/configmgr/source/inc/autoreferencemap.hxx
+++ b/configmgr/source/inc/autoreferencemap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: autoreferencemap.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jb $ $Date: 2002-03-28 08:41:26 $
+ * last change: $Author: obo $ $Date: 2004-11-15 13:35:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,6 +97,10 @@ namespace configmgr
AutoReferenceMap() {}
~AutoReferenceMap() {}
+ Map copy() const
+ {
+ return m_aMap;
+ }
void swap(Map & _rOtherData)
{
m_aMap.swap( _rOtherData );