summaryrefslogtreecommitdiff
path: root/forms/source/component/Date.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-23 14:12:14 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-23 14:12:14 +0000
commit1ea0485f31dd416b6717ccc4f3825c10b8fab989 (patch)
tree3a27bbd6c4b18cbd112c5d3653ea3ad31aa28067 /forms/source/component/Date.cxx
parent1419be3b503946b5e7a7bd58d243a1ef6752c4dd (diff)
#86712# NumberFormatsSupplier property is transient
Diffstat (limited to 'forms/source/component/Date.cxx')
-rw-r--r--forms/source/component/Date.cxx6
1 files changed, 3 insertions, 3 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();
}