summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xsd/Date.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xsd/Date.idl')
-rw-r--r--offapi/com/sun/star/xsd/Date.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/xsd/Date.idl b/offapi/com/sun/star/xsd/Date.idl
index f9743ba29e49..2ccb060839da 100644
--- a/offapi/com/sun/star/xsd/Date.idl
+++ b/offapi/com/sun/star/xsd/Date.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Date.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 11:13:26 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:45:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,22 +84,22 @@ service Date
/** specifies the inclusive upper bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-maxInclusive
*/
- [property, maybevoid] com::sun::star::util::Date MaxInclusive;
+ [property, maybevoid] com::sun::star::util::Date MaxInclusiveDate;
/** specifies the exclusive upper bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-maxExclusive
*/
- [property, maybevoid] com::sun::star::util::Date MaxExclusive;
+ [property, maybevoid] com::sun::star::util::Date MaxExclusiveDate;
/** specifies the inclusive lower bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-minInclusive
*/
- [property, maybevoid] com::sun::star::util::Date MinInclusive;
+ [property, maybevoid] com::sun::star::util::Date MinInclusiveDate;
/** specifies the exclusive lower bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-minExclusive
*/
- [property, maybevoid] com::sun::star::util::Date MinExclusive;
+ [property, maybevoid] com::sun::star::util::Date MinExclusiveDate;
};
//=============================================================================