diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-08-14 11:08:43 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-08-14 11:08:43 +0000 |
commit | 411a5e74e09a3d2acb0e13a85cc3a8508e1ed433 (patch) | |
tree | 6f2962bd3592b66e62d6c354379778e03264014e /forms | |
parent | ea96d88858916668f220cbc4b78376d5394536bb (diff) |
INTEGRATION: CWS dba30h_DEV300 (1.61.2); FILE MERGED
2008/07/28 07:33:11 fs 1.61.2.1: copying the fix for #i90914# herein, to try to get it for 3.0
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/ListBox.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index 153391cf9fde..a2de412fa3a4 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ListBox.cxx,v $ - * $Revision: 1.61 $ + * $Revision: 1.62 $ * * This file is part of OpenOffice.org. * @@ -1394,6 +1394,8 @@ namespace frm void OListBoxModel::refreshInternalEntryList() { impl_refreshDbEntryList( true ); + if ( hasField() && m_xCursor.is() ) + initFromField( m_xCursor ); } //================================================================== |