diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 18:02:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 18:02:00 +0000 |
commit | ca744c570ef167831402767125e897e7573b7a71 (patch) | |
tree | 232828186caba61470765df2100ef4cbace2f497 /offapi/com/sun/star/drawing/DoubleSequenceSequence.idl | |
parent | 284d0b350bf38deee67d4f2447859c98b456c9a2 (diff) |
INTEGRATION: CWS sb18 (1.4.406); FILE MERGED
2004/05/21 14:57:53 sb 1.4.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/drawing/DoubleSequenceSequence.idl')
-rw-r--r-- | offapi/com/sun/star/drawing/DoubleSequenceSequence.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/drawing/DoubleSequenceSequence.idl b/offapi/com/sun/star/drawing/DoubleSequenceSequence.idl index 1c5f2721ca9d..b717a0f67cd3 100644 --- a/offapi/com/sun/star/drawing/DoubleSequenceSequence.idl +++ b/offapi/com/sun/star/drawing/DoubleSequenceSequence.idl @@ -2,9 +2,9 @@ * * $RCSfile: DoubleSequenceSequence.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-02 15:12:05 $ + * last change: $Author: obo $ $Date: 2004-06-03 19:02:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ module com { module sun { module star { module drawing { //============================================================================= /** */ -typedef sequence<DoubleSequence> DoubleSequenceSequence; +published typedef sequence<DoubleSequence> DoubleSequenceSequence; //============================================================================= |