summaryrefslogtreecommitdiff
path: root/forms/source/component/Grid.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-30 13:12:47 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-30 13:12:47 +0000
commitd83d67e226fb491b570b2b526efe9a9c703f2d6d (patch)
tree4b11c327e878eee51ce345ec102b5855d77c1c0a /forms/source/component/Grid.cxx
parente5211a21c6e2c1445ff8d4735979f41b64bfc26e (diff)
#65293# disambiguate rBHelper for the Linux compiler
Diffstat (limited to 'forms/source/component/Grid.cxx')
-rw-r--r--forms/source/component/Grid.cxx6
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