diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 11:00:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 11:00:08 +0000 |
commit | 19b58e0c3a418ac464369ef049c2128d6b2fbd6a (patch) | |
tree | a7befb3b6bf61a6f4fb5cac1e3d1e9e7ad0f5eb2 /extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx | |
parent | 4dfd23436ab4535b7ec28ba3701e0aa67a73a1d8 (diff) |
INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED
2004/12/10 10:39:43 fs 1.2.16.1: #i36359# when setting the DataType of a formatted field, init the format so that it matches the DataType
Diffstat (limited to 'extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx')
-rw-r--r-- | extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx b/extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx index 43c372693..3e09d92be 100644 --- a/extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx +++ b/extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xsdvalidationpropertyhandler.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-11-16 12:14:49 $ + * last change: $Author: vg $ $Date: 2005-03-23 12:00:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,7 +118,7 @@ namespace pcr virtual void SAL_CALL initializePropertyUI( PropertyId _nPropId, IPropertyBrowserUI* _pUpdater ); virtual bool SAL_CALL requestUserInputOnButtonClick( PropertyId _nPropId, bool _bPrimary, ::com::sun::star::uno::Any& _rData ); virtual void SAL_CALL executeButtonClick( PropertyId _nPropId, bool _bPrimary, const ::com::sun::star::uno::Any& _rData, IPropertyBrowserUI* _pUpdater ); - virtual void SAL_CALL updateDependentProperties( PropertyId _nActuatingPropId, const ::com::sun::star::uno::Any& _rNewValue, const ::com::sun::star::uno::Any& _rOldValue, IPropertyBrowserUI* _pUpdater ); + virtual void SAL_CALL actuatingPropertyChanged( PropertyId _nActuatingPropId, const ::com::sun::star::uno::Any& _rNewValue, const ::com::sun::star::uno::Any& _rOldValue, IPropertyBrowserUI* _pUpdater, bool ); virtual void SAL_CALL startAllPropertyChangeListening( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& _rxListener ); virtual void SAL_CALL stopAllPropertyChangeListening( ); |