diff options
author | Michael Stahl <mst@openoffice.org> | 2009-11-26 10:57:49 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2009-11-26 10:57:49 +0100 |
commit | 7752052f8472ca365167abbcd15c4c0f5d643f1d (patch) | |
tree | 3d99fa47837165acc5bed7c27f8f53dff52276af /offapi/com/sun/star/util | |
parent | b83f93224608378719efae3888f9fa0b34439015 (diff) |
#i97029#: offapi: com.sun.star.util.Duration: add forgotten since tag
Diffstat (limited to 'offapi/com/sun/star/util')
-rw-r--r-- | offapi/com/sun/star/util/Duration.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/util/Duration.idl b/offapi/com/sun/star/util/Duration.idl index 839caec83796..39f3ca8114ce 100644 --- a/offapi/com/sun/star/util/Duration.idl +++ b/offapi/com/sun/star/util/Duration.idl @@ -49,6 +49,8 @@ module com { module sun { module star { module util { except that every member must be non-negative: for example, a Duration of 400 Days is valid. </p> + + @since OOo 3.3 */ struct Duration { |