summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xsd/Time.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:46:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:46:32 +0000
commit5e01555409b1da8ec1611d5c0df206808b1f2769 (patch)
tree3115a6b2cc2b42c81025114c6c30c00beee212f9 /offapi/com/sun/star/xsd/Time.idl
parent79d52bf3a5bebc00a3638aec917250569076a2f7 (diff)
INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED
2004/12/23 14:04:43 dvo 1.2.6.1: #i38666# change XSD type property names to reflect their type Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'offapi/com/sun/star/xsd/Time.idl')
-rw-r--r--offapi/com/sun/star/xsd/Time.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/xsd/Time.idl b/offapi/com/sun/star/xsd/Time.idl
index 4aba589f7..5aa0a91b1 100644
--- a/offapi/com/sun/star/xsd/Time.idl
+++ b/offapi/com/sun/star/xsd/Time.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Time.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Time: 2004/07/15 07:47:13 $
+ * last change: $Author: vg $ $Time: 2004/07/15 07:47:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,22 +84,22 @@ service Time
/** specifies the inclusive upper bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-maxInclusive
*/
- [property, maybevoid] com::sun::star::util::Time MaxInclusive;
+ [property, maybevoid] com::sun::star::util::Time MaxInclusiveTime;
/** specifies the exclusive upper bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-maxExclusive
*/
- [property, maybevoid] com::sun::star::util::Time MaxExclusive;
+ [property, maybevoid] com::sun::star::util::Time MaxExclusiveTime;
/** specifies the inclusive lower bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-minInclusive
*/
- [property, maybevoid] com::sun::star::util::Time MinInclusive;
+ [property, maybevoid] com::sun::star::util::Time MinInclusiveTime;
/** specifies the exclusive lower bound for the value
@see http://www.w3.org/TR/xmlschema-2/#rf-minExclusive
*/
- [property, maybevoid] com::sun::star::util::Time MinExclusive;
+ [property, maybevoid] com::sun::star::util::Time MinExclusiveTime;
};
//=============================================================================