summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-03-13 08:49:17 +0000
committerOliver Specht <os@openoffice.org>2001-03-13 08:49:17 +0000
commite4814d8c85436fa2be3d6f887f72f61f48e43c7e (patch)
tree2ec8023340b5ec8c30dec4859e172ec347436caf /offapi/com/sun
parenta9b36a613e5c02d59488bc17a617191759d1f73f (diff)
property added
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/text/textfield/DateTime.idl7
1 files changed, 5 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/textfield/DateTime.idl b/offapi/com/sun/star/text/textfield/DateTime.idl
index 4a49a8ef0667..92f0164a3a06 100644
--- a/offapi/com/sun/star/text/textfield/DateTime.idl
+++ b/offapi/com/sun/star/text/textfield/DateTime.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DateTime.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2000-11-14 13:18:49 $
+ * last change: $Author: os $ $Date: 2001-03-13 09:49:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,6 +113,9 @@ service DateTime
@deprecated
*/
[optional, property] short DateTimeFormat;
+ /** contains an offset to the date or time value in minutes.
+ */
+ [optional, property] long Adjust;
};
//=============================================================================