diff options
author | Kay Schenk <kschenk@apache.org> | 2016-02-14 21:45:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-15 09:48:10 +0000 |
commit | 38c14a06c1603c73b7fc32f7a92d48238553bd18 (patch) | |
tree | 948609489020647ec2b6ac0a577df530b8405496 /offapi | |
parent | 0c423808961d9f4fed673e83e559d7a178400810 (diff) |
Related: #i126658# Add description about NoLabel property...
on css.awt.UnoControlFixedTextModel
Patch by: hanya
(cherry picked from commit 92ff48eb981610cb1565cd5472a6714feb7f68a6)
Change-Id: I44bbf7d49add8e49d3cb8e1a19839626a2f69b63
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/UnoControlFixedTextModel.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl index 5b0963a62ac2..ed9a941448bd 100644 --- a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl +++ b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl @@ -136,6 +136,13 @@ published service UnoControlFixedTextModel */ [optional, property] com::sun::star::style::VerticalAlignment VerticalAlign; + //------------------------------------------------------------------------- + + /** supresses automatic accelerator assignment on this control. + + @since OOo 2.4 + */ + [optional, property] boolean NoLabel; }; |