diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:57:01 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:57:01 +0000 |
commit | 69e430232a7251f20a20fd1dbc0d25dbf366920a (patch) | |
tree | 554a2a41630ab9717f53a391268f2660122473b6 /extensions | |
parent | 8618fc74b873067aa314446ae4bb214002690700 (diff) |
INTEGRATION: CWS eforms4 (1.26.16); FILE MERGED
2004/12/10 10:41:01 fs 1.26.16.1: #i36359# updateDependentProperties renamed to actuatingPropertyChanged, plus added a parameter indicating whether it's a real property change
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/propcontroller.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/propcontroller.cxx b/extensions/source/propctrlr/propcontroller.cxx index 14eb35de4bf2..1b856a1727dd 100644 --- a/extensions/source/propctrlr/propcontroller.cxx +++ b/extensions/source/propctrlr/propcontroller.cxx @@ -2,9 +2,9 @@ * * $RCSfile: propcontroller.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: obo $ $Date: 2004-11-16 12:10:13 $ + * last change: $Author: vg $ $Date: 2005-03-23 11:57:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -742,7 +742,7 @@ namespace pcr // properties bool bIsActuatingProperty = ( m_pPropertyInfo->getPropertyUIFlags( nPropertyId ) & PROP_FLAG_ACTUATING ) != 0; if ( bIsActuatingProperty ) - updateDependentProperties( nPropertyId, aNewValue, aOldValue ); + actuatingPropertyChanged( nPropertyId, aNewValue, aOldValue, false ); } } } |