summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 18:25:41 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 18:25:41 +0000
commitfb9a82d5d1b0a78913403ceae1f29df75b957be7 (patch)
tree71f77e1da5a4573d3c231e05e9d1083366f84ccf
parentc7c87c65e82c1a2761405b15e6e0d03f9b2f83c3 (diff)
INTEGRATION: CWS sb18 (1.5.406); FILE MERGED
2004/05/21 14:58:14 sb 1.5.406.1: #i21150# Added published flag.
-rw-r--r--offapi/com/sun/star/drawing/XConnectableShape.idl6
-rw-r--r--offapi/com/sun/star/drawing/XDrawPage.idl6
-rw-r--r--offapi/com/sun/star/drawing/XDrawPageDuplicator.idl6
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 fb8f2838e226..01f11d42f220 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 14d026882675..39149bb54eb6 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 bdf9432589e3..e0c817049c75 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
{
//-------------------------------------------------------------------------