diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-03-07 16:31:11 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-03-07 16:31:11 +0100 |
commit | 9cc0e5c3906692c2b34fbab5b5e8083fe8e5fb37 (patch) | |
tree | 52bfc3821b6e7c2a7f52f32df0c29e7f651d8a18 /offapi/com/sun/star/awt/UnoControlFileControlModel.idl | |
parent | 60014d8471301bcab6512964e87767898f544e06 (diff) | |
parent | 3e38a544ec65dd533b9282afd4fbd23affb994b3 (diff) |
CWS-TOOLING: integrate CWS jsc340ooo/DEV300_m102
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlFileControlModel.idl')
-rw-r--r-- | offapi/com/sun/star/awt/UnoControlFileControlModel.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlFileControlModel.idl b/offapi/com/sun/star/awt/UnoControlFileControlModel.idl index 6ef9cec33..70505ad82 100644 --- a/offapi/com/sun/star/awt/UnoControlFileControlModel.idl +++ b/offapi/com/sun/star/awt/UnoControlFileControlModel.idl @@ -80,7 +80,7 @@ published service UnoControlFileControlModel <p>Not every border style (see <member>Border</member>) may support coloring. For instance, usually a border with 3D effect will ignore the BorderColor setting.</p> - @since OOo 2.0.0 + @since OOo 2.0 */ [optional, property] long BorderColor; @@ -127,7 +127,7 @@ published service UnoControlFileControlModel /** specifies whether the selection in the control should be hidden when the control is not active (focused). - @since OOo 2.0.0 + @since OOo 2.0 */ [optional, property] boolean HideInactiveSelection; @@ -173,7 +173,7 @@ published service UnoControlFileControlModel /** specifies the vertical alignment of the text in the control. - @since OpenOffice.org 3.3 + @since OOo 3.3 */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; }; |