summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 12:45:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 12:45:52 +0000
commitce1f22f875464d923482d701189486675aa4d206 (patch)
treea6cb4c48cf843264c30a02cd8da28bcde93b5aec
parentb36a014e167e0db5e000ed6e6542b46c93aad8d8 (diff)
INTEGRATION: CWS obo05 (1.3.138); FILE MERGED
2006/06/22 14:46:14 obo 1.3.138.1: #i53611# .net 2005
-rw-r--r--xmloff/source/xforms/xformsimport.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/xforms/xformsimport.cxx b/xmloff/source/xforms/xformsimport.cxx
index 90892d0312fc..0a1234d4a279 100644
--- a/xmloff/source/xforms/xformsimport.cxx
+++ b/xmloff/source/xforms/xformsimport.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xformsimport.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 11:32:21 $
+ * last change: $Author: vg $ $Date: 2006-09-25 13:45:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,10 +36,10 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_xmloff.hxx"
-#include "xformsimport.hxx"
#include "XFormsModelContext.hxx"
#include <vector>
#include <utility>
+#include "xformsimport.hxx"
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/form/binding/XValueBinding.hpp>
@@ -100,7 +100,7 @@ void bindXFormsValueBinding(
void bindXFormsListBinding(
Reference<XModel> xModel,
- pair<Reference<XPropertySet>,OUString> aPair )
+ ::pair<Reference<XPropertySet>,OUString> aPair )
{
Reference<XListEntrySink> xListEntrySink(
aPair.first,