From 4f3079b63c851b7f22f73a6fa1c861b599d0b801 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 23 Mar 2005 10:51:41 +0000 Subject: INTEGRATION: CWS eforms4 (1.22.22); FILE MERGED 2004/12/06 09:30:35 mbu 1.22.22.1: OXFormsDescriptor handling added --- svx/source/inc/fmvwimp.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/source/inc/fmvwimp.hxx b/svx/source/inc/fmvwimp.hxx index 3a30508e3b79..2ab1f1bd37e2 100644 --- a/svx/source/inc/fmvwimp.hxx +++ b/svx/source/inc/fmvwimp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmvwimp.hxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: obo $ $Date: 2004-11-16 11:31:19 $ + * last change: $Author: vg $ $Date: 2005-03-23 11:51:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -133,6 +133,7 @@ class FmXFormController; namespace svx { class ODataAccessDescriptor; + struct OXFormsDescriptor; } //================================================================== @@ -278,7 +279,7 @@ private: void Deactivate(BOOL bDeactivateController = TRUE); SdrObject* implCreateFieldControl( const ::svx::ODataAccessDescriptor& _rColumnDescriptor ); - SdrObject* implCreateXFormsControl(); + SdrObject* implCreateXFormsControl( const ::svx::OXFormsDescriptor &_rDesc ); /// does some initializations to the newly created control model, returns the ClassId sal_Int16 implInitializeNewControlModel( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxModel, const SdrObject* _pObject ) const; -- cgit