summaryrefslogtreecommitdiff
path: root/forms/source/component/Date.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-04-02 09:28:06 +0000
committerFrank Schönheit <fs@openoffice.org>2001-04-02 09:28:06 +0000
commitfb3f0c63ca7ad405321339af696b0f9fa78c3e74 (patch)
tree51cdeed9530b7df646e9c9d95309f452bd6ccc6d /forms/source/component/Date.cxx
parentd0f5707a1cd086576fc8a9b364fbd9aa03ae251a (diff)
#85582# HelpText property now in the aggregated control models
Diffstat (limited to 'forms/source/component/Date.cxx')
-rw-r--r--forms/source/component/Date.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/forms/source/component/Date.cxx b/forms/source/component/Date.cxx
index 61c10caff6e2..ccce79e5bc78 100644
--- a/forms/source/component/Date.cxx
+++ b/forms/source/component/Date.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Date.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-01-04 16:27:28 $
+ * 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
@@ -183,7 +183,7 @@ void ODateModel::fillProperties(
Sequence< Property >& _rProps,
Sequence< Property >& _rAggregateProps ) const
{
- FRM_BEGIN_PROP_HELPER(10)
+ FRM_BEGIN_PROP_HELPER(9)
// Date auf transient setzen
// ModifyPropertyAttributes(_rAggregateProps, PROPERTY_DATE, PropertyAttribute::TRANSIENT, 0);
@@ -193,7 +193,6 @@ void ODateModel::fillProperties(
DECL_PROP1(TAG, ::rtl::OUString, BOUND);
DECL_PROP1(TABINDEX, sal_Int16, BOUND);
DECL_PROP1(CONTROLSOURCE, ::rtl::OUString, BOUND);
- DECL_PROP1(HELPTEXT, ::rtl::OUString, BOUND);
DECL_IFACE_PROP2(BOUNDFIELD, XPropertySet, READONLY, TRANSIENT);
DECL_IFACE_PROP2(CONTROLLABEL, XPropertySet, BOUND, MAYBEVOID);
DECL_PROP2(CONTROLSOURCEPROPERTY, rtl::OUString, READONLY, TRANSIENT);