summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-29 16:07:26 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-29 16:07:26 +0000
commitdee77c54a06e0db6b10c5ed6477041ddd837777d (patch)
treed75301448c62556d2e038ccc91d6d88a3c2dc6e1 /forms
parentb958b17ed4738b5de89d97873a1d2cc8919236d1 (diff)
INTEGRATION: CWS oj30 (1.7.114); FILE MERGED
2008/01/11 07:27:40 oj 1.7.114.1: #i85085# add std
Diffstat (limited to 'forms')
-rw-r--r--forms/source/xforms/model.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/xforms/model.cxx b/forms/source/xforms/model.cxx
index 0fba99b53346..b0c07b481c1e 100644
--- a/forms/source/xforms/model.cxx
+++ b/forms/source/xforms/model.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: model.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:04:33 $
+ * last change: $Author: rt $ $Date: 2008-01-29 17:07:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -299,7 +299,7 @@ void Model::addMIP( void* pTag, const XNode_t& xNode, const MIP& rMIP )
OSL_ENSURE( pTag != NULL, "empty tag?" );
OSL_ENSURE( xNode.is(), "no node" );
- MIPs_t::value_type aValue( xNode, pair<void*,MIP>( pTag, rMIP ) );
+ MIPs_t::value_type aValue( xNode, ::std::pair<void*,MIP>( pTag, rMIP ) );
maMIPs.insert( aValue );
}