summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 18:15:24 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 18:15:24 +0000
commit2a6e3e7b7cc5fa658e0a627f93858265e4f83532 (patch)
treea29246d5f8c2d389951352238fd0aa23f009811d
parent87686f9314475c42917211e99bb744ac04e293e7 (diff)
INTEGRATION: CWS sb18 (1.4.406); FILE MERGED
2004/05/21 14:58:05 sb 1.4.406.1: #i21150# Added published flag.
-rw-r--r--offapi/com/sun/star/drawing/PageShape.idl6
-rw-r--r--offapi/com/sun/star/drawing/PointSequence.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/drawing/PageShape.idl b/offapi/com/sun/star/drawing/PageShape.idl
index 16cd1a3de..c73bb0474 100644
--- a/offapi/com/sun/star/drawing/PageShape.idl
+++ b/offapi/com/sun/star/drawing/PageShape.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PageShape.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2002-10-02 15:12:19 $
+ * last change: $Author: obo $ $Date: 2004-06-03 19:14:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@
drawing page. Theyre also used in the handout page to preview
the printing position and order of pages
*/
-service PageShape
+published service PageShape
{
// DocMerge: empty anyway
service com::sun::star::drawing::Shape;
diff --git a/offapi/com/sun/star/drawing/PointSequence.idl b/offapi/com/sun/star/drawing/PointSequence.idl
index 258c43cb7..f28a8f273 100644
--- a/offapi/com/sun/star/drawing/PointSequence.idl
+++ b/offapi/com/sun/star/drawing/PointSequence.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PointSequence.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2002-10-02 15:12:19 $
+ * last change: $Author: obo $ $Date: 2004-06-03 19:15:24 $
*
* 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<com::sun::star::awt::Point> PointSequence;
+published typedef sequence<com::sun::star::awt::Point> PointSequence;
//=============================================================================