summaryrefslogtreecommitdiff
path: root/forms/source/component
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
commit96be06ab9327ee10cb110adab6ed6d006bc5f57d (patch)
tree68368b5f44bbc4d7985a43057922953f5b866c20 /forms/source/component
parent7175a139ed26368b63eca571e0df7ef711f74650 (diff)
#86712# FormatKey is transient
Diffstat (limited to 'forms/source/component')
-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 80967319ec61..2b27abacf43a 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();
}