Kaydet (Commit) ce1f22f8 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS obo05 (1.3.138); FILE MERGED

2006/06/22 14:46:14 obo 1.3.138.1: #i53611# .net 2005
üst b36a014e
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: xformsimport.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -36,10 +36,10 @@ ...@@ -36,10 +36,10 @@
// MARKER(update_precomp.py): autogen include statement, do not remove // MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_xmloff.hxx" #include "precompiled_xmloff.hxx"
#include "xformsimport.hxx"
#include "XFormsModelContext.hxx" #include "XFormsModelContext.hxx"
#include <vector> #include <vector>
#include <utility> #include <utility>
#include "xformsimport.hxx"
#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/form/binding/XValueBinding.hpp> #include <com/sun/star/form/binding/XValueBinding.hpp>
...@@ -100,7 +100,7 @@ void bindXFormsValueBinding( ...@@ -100,7 +100,7 @@ void bindXFormsValueBinding(
void bindXFormsListBinding( void bindXFormsListBinding(
Reference<XModel> xModel, Reference<XModel> xModel,
pair<Reference<XPropertySet>,OUString> aPair ) ::pair<Reference<XPropertySet>,OUString> aPair )
{ {
Reference<XListEntrySink> xListEntrySink( Reference<XListEntrySink> xListEntrySink(
aPair.first, aPair.first,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment