diff options
-rw-r--r-- | forms/prj/build.lst | 2 | ||||
-rw-r--r-- | forms/source/component/ListBox.cxx | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/forms/prj/build.lst b/forms/prj/build.lst index 115c035ed..d5e9f67a0 100644 --- a/forms/prj/build.lst +++ b/forms/prj/build.lst @@ -1,4 +1,4 @@ -fm forms : l10n oovbaapi svx sfx2 qadevOOo LIBXSLT:libxslt NULL +fm forms : l10n oovbaapi svx sfx2 qadevOOo LIBXSLT:libxslt connectivity NULL fm forms usr1 - all fm_mkofrm NULL fm forms\inc nmake - all fm_inc NULL fm forms\source\inc get - all fm_sinc NULL diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index 3d366c3d7..efbc2a812 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -1105,13 +1105,6 @@ namespace frm } //-------------------------------------------------------------------- - void OListBoxModel::resetNoBroadcast() - { - OBoundControlModel::resetNoBroadcast(); - m_aSaveValue.setNull(); - } - - //-------------------------------------------------------------------- void SAL_CALL OListBoxModel::disposing( const EventObject& _rSource ) throw ( RuntimeException ) { if ( !OEntryListHelper::handleDisposing( _rSource ) ) |