From 1ea0485f31dd416b6717ccc4f3825c10b8fab989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Sch=C3=B6nheit?= Date: Wed, 23 May 2001 14:12:14 +0000 Subject: [PATCH] #86712# NumberFormatsSupplier property is transient --- forms/source/component/Date.cxx | 6 +++--- forms/source/component/Time.cxx | 6 +++--- 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(); }