diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:18:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-05 15:18:16 +0000 |
commit | 6752bf88f58800c8c4b356792733e98e362a7c3b (patch) | |
tree | d5a67b1bce91fbdf1e2f7259aa920adb7b2f9c0f /forms | |
parent | 4eb8056b0f3d3fa31ed057673919a2aeec48b825 (diff) |
INTEGRATION: CWS frmcontrols04 (1.18.26); FILE MERGED
2004/05/11 08:51:43 fs 1.18.26.2: DynamicControlBorder is MAYBEVOID now, to allow the environment to override it if we ourself don't have a value
2004/05/07 14:05:01 fs 1.18.26.1: new properties for dynamic border colors
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/DatabaseForm.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx index 4fcf4062fffa..e6b96d5fbe64 100644 --- a/forms/source/component/DatabaseForm.hxx +++ b/forms/source/component/DatabaseForm.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DatabaseForm.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hjs $ $Date: 2004-06-28 17:07:59 $ + * last change: $Author: obo $ $Date: 2004-07-05 16:18:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -313,6 +313,9 @@ class ODatabaseForm :public OFormComponents // </overwritten_properties> // <properties> + ::com::sun::star::uno::Any m_aControlBorderColorFocus; + ::com::sun::star::uno::Any m_aControlBorderColorMouse; + ::com::sun::star::uno::Any m_aDynamicControlBorder; ::rtl::OUString m_sName; ::rtl::OUString m_aTargetURL; ::rtl::OUString m_aTargetFrame; |