#86712# NumberFormatsSupplier property is transient

This commit is contained in:
Frank Schönheit 2001-05-23 14:12:14 +00:00
parent 1419be3b50
commit 1ea0485f31
2 changed files with 6 additions and 6 deletions

View file

@ -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();
}

View file

@ -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();
}