summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/Shape.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 15:03:34 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 15:03:34 +0000
commitf678abc191f211fd8ee88099cc46109b3fc44d57 (patch)
tree31e4c34b75ec94e584fd010bcb7bcf31adf04bf2 /offapi/com/sun/star/text/Shape.idl
parent2c9f5594fb6bf371c734a6481460e4e4c2542539 (diff)
INTEGRATION: CWS sdk14 (1.10.50); FILE MERGED
2005/01/26 14:10:38 mi 1.10.50.1: #i30961# some new @since tags with #bugid# changed to @since OOo 2.0.0
Diffstat (limited to 'offapi/com/sun/star/text/Shape.idl')
-rw-r--r--offapi/com/sun/star/text/Shape.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/Shape.idl b/offapi/com/sun/star/text/Shape.idl
index 579959e3ee65..cae0ca5cc9b8 100644
--- a/offapi/com/sun/star/text/Shape.idl
+++ b/offapi/com/sun/star/text/Shape.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Shape.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2004-11-17 11:04:08 $
+ * last change: $Author: vg $ $Date: 2005-02-16 16:03:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -231,7 +231,7 @@ published service Shape
transformation property of the included service com::sun::star::drawing::Shape
converted to the horizontal left-to-right layout.</p>
- @since #i28749#
+ @since OOo 2.0.0
*/
[optional, readonly, property] com::sun::star::drawing::HomogenMatrix3 TransformationInHoriL2R;
//-------------------------------------------------------------------------
@@ -240,7 +240,7 @@ published service Shape
<p>Valid values are given by <member>PositionLayoutDir</member></p>
- @since #i28749#
+ @since OOo 2.0.0
*/
[optional, property] short PositionLayoutDir;
//-------------------------------------------------------------------------
@@ -252,7 +252,7 @@ published service Shape
start position property of the included service com::sun::star::drawing::Shape
converted to the horizontal left-to-right layout.</p>
- @since #i36248#
+ @since OOo 2.0.0
*/
[optional, readonly, property] com::sun::star::awt::Point StartPositionInHoriL2R;
//-------------------------------------------------------------------------
@@ -264,7 +264,7 @@ published service Shape
end position property of the included service com::sun::star::drawing::Shape
converted to the horizontal left-to-right layout.</p>
- @since #i36248#
+ @since OOo 2.0.0
*/
[optional, readonly, property] com::sun::star::awt::Point EndPositionInHoriL2R;
};