From d83d67e226fb491b570b2b526efe9a9c703f2d6d Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Thu, 30 Aug 2001 13:12:47 +0000 Subject: #65293# disambiguate rBHelper for the Linux compiler --- forms/source/component/Grid.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'forms/source/component/Grid.cxx') 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& _rxFactory) :OControlModel(_rxFactory, ::rtl::OUString()) ,OInterfaceContainer(_rxFactory, m_aMutex, ::getCppuType(static_cast*>(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 -- cgit