diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 09:29:44 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:33:14 +0200 |
commit | 0e970f3ba26a24ad589b8aa1480f078c7efb7132 (patch) | |
tree | 68c394675bf3cc84ff96d41c8a0fc028c2f9e8b2 /forms | |
parent | d2f24e3a31acc08f29dd9454df59df9b9559c15c (diff) |
typo: occuring -> occurring
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 f750c66e6ae9..84804cb64690 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -2038,7 +2038,7 @@ void OBoundControlModel::impl_connectDatabaseColumn_noNotify( bool _bFromReload } // now that we're connected (more or less, even if we did not find a column), - // we definitely want to forward any potentially occuring value changes + // we definitely want to forward any potentially occurring value changes m_bForwardValueChanges = sal_True; // let derived classes react on this new connection m_bLoaded = sal_True; |