summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/editpropertyhandler.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:55:43 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:55:43 +0000
commit903d5832522f4b5f925d4b6f9339111d480ff216 (patch)
tree439f036cbfb3e744fd6bdbf3a4e9fb8f6c4798c8 /extensions/source/propctrlr/editpropertyhandler.hxx
parent9a4770d7d06667b8e1fbae62fe50397fed2d745d (diff)
INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED
2004/12/10 10:41:00 fs 1.2.16.1: #i36359# updateDependentProperties renamed to actuatingPropertyChanged, plus added a parameter indicating whether it's a real property change
Diffstat (limited to 'extensions/source/propctrlr/editpropertyhandler.hxx')
-rw-r--r--extensions/source/propctrlr/editpropertyhandler.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/editpropertyhandler.hxx b/extensions/source/propctrlr/editpropertyhandler.hxx
index 53b852d44425..fe3731eb1e52 100644
--- a/extensions/source/propctrlr/editpropertyhandler.hxx
+++ b/extensions/source/propctrlr/editpropertyhandler.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: editpropertyhandler.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 12:04:29 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:55:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,7 +108,7 @@ namespace pcr
SAL_CALL getSupersededProperties( ) const;
virtual ::std::vector< ::rtl::OUString >
SAL_CALL getActuatingProperties( ) const;
- 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 );
// PropertyHandler overridables
virtual ::std::vector< ::com::sun::star::beans::Property >