From fb3f0c63ca7ad405321339af696b0f9fa78c3e74 Mon Sep 17 00:00:00 2001 From: Frank Schönheit Date: Mon, 2 Apr 2001 09:28:06 +0000 Subject: #85582# HelpText property now in the aggregated control models --- forms/source/component/Grid.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'forms/source/component/Grid.cxx') diff --git a/forms/source/component/Grid.cxx b/forms/source/component/Grid.cxx index f28ee5f42a78..72c19744cfd2 100644 --- a/forms/source/component/Grid.cxx +++ b/forms/source/component/Grid.cxx @@ -2,9 +2,9 @@ * * $RCSfile: Grid.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: jl $ $Date: 2001-03-22 16:47:19 $ + * last change: $Author: fs $ $Date: 2001-04-02 10:28:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1156,7 +1156,7 @@ void OGridControlModel::write(const Reference& _rxOutStream _rxOutStream->writeLong(getINT32(m_aTextColor)); // neu ab Version 6 - _rxOutStream << m_aHelpText; + _rxOutStream << m_sHelpText; if (nAnyMask & FONTDESCRIPTOR) _rxOutStream << m_aFont; @@ -1299,7 +1299,7 @@ void OGridControlModel::read(const Reference& _rxInStream) // neu ab Version 6 if (nVersion > 5) - _rxInStream >> m_aHelpText; + _rxInStream >> m_sHelpText; if (nAnyMask & FONTDESCRIPTOR) { -- cgit