summaryrefslogtreecommitdiff
path: root/forms/source/component
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component')
-rw-r--r--forms/source/component/Date.cxx6
-rw-r--r--forms/source/component/Time.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/component/Date.cxx b/forms/source/component/Date.cxx
index b8b1f7d9b56d..9a06b129612c 100644
--- a/forms/source/component/Date.cxx
+++ b/forms/source/component/Date.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Date.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: fs $ $Date: 2001-05-18 14:44:07 $
+ * last change: $Author: fs $ $Date: 2001-05-23 15:12:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -198,7 +198,7 @@ void ODateModel::fillProperties(
DECL_IFACE_PROP2(CONTROLLABEL, XPropertySet, BOUND, MAYBEVOID);
DECL_PROP2(CONTROLSOURCEPROPERTY, ::rtl::OUString, READONLY, TRANSIENT);
DECL_PROP1(FORMATKEY, sal_Int32, TRANSIENT);
- DECL_IFACE_PROP1(FORMATSSUPPLIER, XNumberFormatsSupplier, READONLY);
+ DECL_IFACE_PROP2(FORMATSSUPPLIER, XNumberFormatsSupplier, READONLY, TRANSIENT);
FRM_END_PROP_HELPER();
}
diff --git a/forms/source/component/Time.cxx b/forms/source/component/Time.cxx
index 2b27abacf43a..af2b23a18996 100644
--- a/forms/source/component/Time.cxx
+++ b/forms/source/component/Time.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Time.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: fs $ $Date: 2001-05-18 14:46:18 $
+ * last change: $Author: fs $ $Date: 2001-05-23 15:12:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -214,7 +214,7 @@ void OTimeModel::fillProperties(
DECL_IFACE_PROP2(CONTROLLABEL, XPropertySet, BOUND, MAYBEVOID);
DECL_PROP2(CONTROLSOURCEPROPERTY, ::rtl::OUString, READONLY, TRANSIENT);
DECL_PROP1(FORMATKEY, sal_Int32, TRANSIENT);
- DECL_IFACE_PROP1(FORMATSSUPPLIER, XNumberFormatsSupplier, READONLY);
+ DECL_IFACE_PROP2(FORMATSSUPPLIER, XNumberFormatsSupplier, READONLY, TRANSIENT);
FRM_END_PROP_HELPER();
}