diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-08-30 13:02:48 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-08-30 13:02:48 +0000 |
commit | e5211a21c6e2c1445ff8d4735979f41b64bfc26e (patch) | |
tree | 23130a4ba670a561e52c0f9e75f5c8f0d293b262 /forms/source/component/ComboBox.cxx | |
parent | 38192c9c2715e8ae03cddd559ca1509ae081545c (diff) |
#65293# disambiguate rBHelper for the Linux compiler
Diffstat (limited to 'forms/source/component/ComboBox.cxx')
-rw-r--r-- | forms/source/component/ComboBox.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/ComboBox.cxx b/forms/source/component/ComboBox.cxx index 72bdbc6664b8..0fcb290097d4 100644 --- a/forms/source/component/ComboBox.cxx +++ b/forms/source/component/ComboBox.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ComboBox.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: fs $ $Date: 2001-08-28 14:31:10 $ + * last change: $Author: fs $ $Date: 2001-08-30 14:02:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -191,7 +191,7 @@ Any SAL_CALL OComboBoxModel::queryAggregation(const Type& _rType) throw (Runtime OComboBoxModel::OComboBoxModel(const Reference<XMultiServiceFactory>& _rxFactory) :OBoundControlModel(_rxFactory, VCL_CONTROLMODEL_COMBOBOX, FRM_CONTROL_COMBOBOX) // use the old control name for compytibility reasons - ,OErrorBroadcaster( rBHelper ) + ,OErrorBroadcaster( OComponentHelper::rBHelper ) ,m_eListSourceType(ListSourceType_TABLE) ,m_bEmptyIsNull(sal_True) ,m_aNullDate(DBTypeConversion::getStandardDate()) |