summaryrefslogtreecommitdiff
path: root/forms/source/component/Time.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-18 13:46:18 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-18 13:46:18 +0000
commite0d3bb85f500fd7e89d019ef07bd293aeccbc48c (patch)
treeaae5cc9dd7b9a2bab34d40bf4d7efbfababb96c7 /forms/source/component/Time.cxx
parent7efc7f39e9db752e8d3f638b93ffabce0957427b (diff)
#86712# FormatKey is transient
Diffstat (limited to 'forms/source/component/Time.cxx')
-rw-r--r--forms/source/component/Time.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Time.cxx b/forms/source/component/Time.cxx
index c344f4125..3cffe8add 100644
--- a/forms/source/component/Time.cxx
+++ b/forms/source/component/Time.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Time.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-18 14:46:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -213,7 +213,7 @@ void OTimeModel::fillProperties(
DECL_IFACE_PROP2(BOUNDFIELD, XPropertySet, READONLY, TRANSIENT);
DECL_IFACE_PROP2(CONTROLLABEL, XPropertySet, BOUND, MAYBEVOID);
DECL_PROP2(CONTROLSOURCEPROPERTY, ::rtl::OUString, READONLY, TRANSIENT);
- DECL_PROP0(FORMATKEY, sal_Int32);
+ DECL_PROP1(FORMATKEY, sal_Int32, TRANSIENT);
DECL_IFACE_PROP1(FORMATSSUPPLIER, XNumberFormatsSupplier, READONLY);
FRM_END_PROP_HELPER();
}