diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-12-22 18:51:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-12-22 18:51:41 +0100 |
commit | 151887a9550efed41c5a2709a4f56d768b441ce4 (patch) | |
tree | ff8034b8af3334626014e1bd4f61062551a587ba /forms | |
parent | 98929ce4e8e161febd8fcc0a0a53e607c6681483 (diff) |
Fix other typos
Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/FormComponent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx index 627e5535c62d..44adab41a43f 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -1954,7 +1954,7 @@ void SAL_CALL OBoundControlModel::propertyChange( const PropertyChangeEvent& evt // if the DBColumn value changed, transfer it to the control if ( evt.PropertyName.equals( PROPERTY_VALUE ) ) { - OSL_ENSURE( evt.Source == getField(), "OBoundControlModel::propertyChange: value changes from components other than our database colum?" ); + OSL_ENSURE( evt.Source == getField(), "OBoundControlModel::propertyChange: value changes from components other than our database column?" ); osl::MutexGuard aGuard(m_aMutex); if ( m_bForwardValueChanges && m_xColumn.is() ) transferDbValueToControl(); |