diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 18:25:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 18:25:41 +0000 |
commit | 03a696fe4425453d3620cbef69b207f654cc48b4 (patch) | |
tree | 5580b9ffc1847892c1f49b8773c702081aba278c /offapi/com/sun | |
parent | 758a88e4ac1db47235ef8b46b15a03aee1fbb54c (diff) |
INTEGRATION: CWS sb18 (1.5.406); FILE MERGED
2004/05/21 14:58:14 sb 1.5.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/drawing/XConnectableShape.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/drawing/XDrawPage.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/drawing/XDrawPageDuplicator.idl | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/drawing/XConnectableShape.idl b/offapi/com/sun/star/drawing/XConnectableShape.idl index a354b5471..f04aa3a1c 100644 --- a/offapi/com/sun/star/drawing/XConnectableShape.idl +++ b/offapi/com/sun/star/drawing/XConnectableShape.idl @@ -2,9 +2,9 @@ * * $RCSfile: XConnectableShape.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-02 15:12:29 $ + * last change: $Author: obo $ $Date: 2004-06-03 19:24:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ /** @deprecated */ -interface XConnectableShape: com::sun::star::uno::XInterface +published interface XConnectableShape: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- // DOCUMENTATION OMITTED FOR XConnectableShape::canConnect diff --git a/offapi/com/sun/star/drawing/XDrawPage.idl b/offapi/com/sun/star/drawing/XDrawPage.idl index ad4ad920a..253450b98 100644 --- a/offapi/com/sun/star/drawing/XDrawPage.idl +++ b/offapi/com/sun/star/drawing/XDrawPage.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDrawPage.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-02 15:12:29 $ + * last change: $Author: obo $ $Date: 2004-06-03 19:25:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ /** identifies an <type>XShapes</type> as a <type>DrawPage</type>. */ -interface XDrawPage: com::sun::star::drawing::XShapes +published interface XDrawPage: com::sun::star::drawing::XShapes { }; diff --git a/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl b/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl index 6ee856e10..3b6ec2b95 100644 --- a/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl +++ b/offapi/com/sun/star/drawing/XDrawPageDuplicator.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDrawPageDuplicator.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-02 15:12:30 $ + * last change: $Author: obo $ $Date: 2004-06-03 19:25:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ /** makes it possible to duplicate pages within the same document. */ -interface XDrawPageDuplicator: com::sun::star::uno::XInterface +published interface XDrawPageDuplicator: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- |