diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-05 11:03:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-05 11:03:46 +0000 |
commit | c7c7594cc797fdb733ddf85c0ad596a0ee50bad2 (patch) | |
tree | 190970d8250195c61023196cd8eae8fbe56a1df5 /forms/source/component/Grid.hxx | |
parent | f361edd61d019d1cddb4edd925c600f81c3beb0f (diff) |
INTEGRATION: CWS dba20 (1.16.66); FILE MERGED
2004/11/18 12:02:30 fs 1.16.66.1: #i37017# BorderColor added
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 3204db4f7..312175c87 100644 --- a/forms/source/component/Grid.hxx +++ b/forms/source/component/Grid.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Grid.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2004-04-13 11:14:02 $ + * last change: $Author: obo $ $Date: 2005-01-05 12:03:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -140,6 +140,7 @@ class OGridControlModel :public OControlModel ::com::sun::star::uno::Any m_aTabStop; ::com::sun::star::uno::Any m_aBackgroundColor; ::com::sun::star::uno::Any m_aCursorColor; // transient + ::com::sun::star::uno::Any m_aBorderColor; ::rtl::OUString m_aDefaultControl; ::rtl::OUString m_sHelpText; // [properties] |