summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorKay Schenk <kschenk@apache.org>2016-02-14 21:45:01 +0000
committerKay Schenk <kschenk@apache.org>2016-02-14 21:45:01 +0000
commit92ff48eb981610cb1565cd5472a6714feb7f68a6 (patch)
tree6428c7d2bca425bb88d967ca74faa9efadaaa58b /offapi/com
parent257406d5794770d8c07c263b7d043fda944da07a (diff)
#i126658# Add description about NoLabel property on css.awt.UnoControlFixedTextModel
Patch by: hanya
Notes
Notes: merged as: 38c14a06c1603c73b7fc32f7a92d48238553bd18
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/awt/UnoControlFixedTextModel.idl7
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 9bc7a99f4c5e..a6cbd309674d 100644
--- a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
@@ -169,6 +169,13 @@ published service UnoControlFixedTextModel
*/
[optional, property] com::sun::star::style::VerticalAlignment VerticalAlign;
+ //-------------------------------------------------------------------------
+
+ /** supresses automatic accelerator assignment on this control.
+
+ @since OpenOffice 2.4
+ */
+ [optional, property] boolean NoLabel;
};
//=============================================================================