diff options
Diffstat (limited to 'forms/source/component/Grid.hxx')
-rw-r--r-- | forms/source/component/Grid.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/forms/source/component/Grid.hxx b/forms/source/component/Grid.hxx index f33b53ff9c3b..45459651bd88 100644 --- a/forms/source/component/Grid.hxx +++ b/forms/source/component/Grid.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Grid.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: fs $ $Date: 2001-01-08 08:15:57 $ + * 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 @@ -123,6 +123,7 @@ class OGridControlModel :public OControlModel ::com::sun::star::awt::FontDescriptor m_aFont; ::com::sun::star::awt::FontDescriptor m_aOldFont; ::rtl::OUString m_aDefaultControl; + ::rtl::OUString m_sHelpText; // [properties] ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> m_xSelection; |