summaryrefslogtreecommitdiff
path: root/svx/source/form/fmview.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:50:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:50:11 +0000
commit9ba8a3be8af1bc724f7a7c202d90258b57eeb824 (patch)
treeeb4fb61b6d8932f70d512d542450a0386d110416 /svx/source/form/fmview.cxx
parent86316163a34923e45fafb655218df698fa86af75 (diff)
INTEGRATION: CWS eforms4 (1.35.22); FILE MERGED
2005/02/18 17:35:47 dvo 1.35.22.2: RESYNC: (1.35-1.36); FILE MERGED 2004/12/06 09:26:43 mbu 1.35.22.1: OXFormsDescriptor handling added
Diffstat (limited to 'svx/source/form/fmview.cxx')
-rw-r--r--svx/source/form/fmview.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/form/fmview.cxx b/svx/source/form/fmview.cxx
index 38628885a3e0..f8f8fdafc9ab 100644
--- a/svx/source/form/fmview.cxx
+++ b/svx/source/form/fmview.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmview.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: kz $ $Date: 2005-01-21 16:58:12 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:50:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -682,9 +682,9 @@ SdrObject* FmFormView::CreateFieldControl( const ODataAccessDescriptor& _rColumn
}
//------------------------------------------------------------------------
-SdrObject* FmFormView::CreateXFormsControl()
+SdrObject* FmFormView::CreateXFormsControl( const OXFormsDescriptor &_rDesc )
{
- return pImpl->implCreateXFormsControl();
+ return pImpl->implCreateXFormsControl(_rDesc);
}
//------------------------------------------------------------------------