summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:51:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:51:41 +0000
commit4f3079b63c851b7f22f73a6fa1c861b599d0b801 (patch)
tree59417978e983fd354be8a9d5706c637203f7a459 /svx
parenteb59d8d001e86892f1837e944547b53e50b7a4c3 (diff)
INTEGRATION: CWS eforms4 (1.22.22); FILE MERGED
2004/12/06 09:30:35 mbu 1.22.22.1: OXFormsDescriptor handling added
Diffstat (limited to 'svx')
-rw-r--r--svx/source/inc/fmvwimp.hxx7
1 files changed, 4 insertions, 3 deletions
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;