diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-08-30 13:12:47 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-08-30 13:12:47 +0000 |
commit | d83d67e226fb491b570b2b526efe9a9c703f2d6d (patch) | |
tree | 4b11c327e878eee51ce345ec102b5855d77c1c0a /forms/source/component/Grid.cxx | |
parent | e5211a21c6e2c1445ff8d4735979f41b64bfc26e (diff) |
#65293# disambiguate rBHelper for the Linux compiler
Diffstat (limited to 'forms/source/component/Grid.cxx')
-rw-r--r-- | forms/source/component/Grid.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Grid.cxx b/forms/source/component/Grid.cxx index f54cff45c91f..c95d8f81c66c 100644 --- a/forms/source/component/Grid.cxx +++ b/forms/source/component/Grid.cxx @@ -2,9 +2,9 @@ * * $RCSfile: Grid.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: fs $ $Date: 2001-08-28 14:32:00 $ + * last change: $Author: fs $ $Date: 2001-08-30 14:12:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -181,7 +181,7 @@ DBG_NAME(OGridControlModel); OGridControlModel::OGridControlModel(const Reference<XMultiServiceFactory>& _rxFactory) :OControlModel(_rxFactory, ::rtl::OUString()) ,OInterfaceContainer(_rxFactory, m_aMutex, ::getCppuType(static_cast<Reference<XPropertySet>*>(NULL))) - ,OErrorBroadcaster( rBHelper ) + ,OErrorBroadcaster( OComponentHelper::rBHelper ) ,m_aSelectListeners(m_aMutex) ,m_aResetListeners(m_aMutex) ,m_aDefaultControl(FRM_CONTROL_GRID) // use the old control name for compytibility reasons |