From 38c14a06c1603c73b7fc32f7a92d48238553bd18 Mon Sep 17 00:00:00 2001 From: Kay Schenk Date: Sun, 14 Feb 2016 21:45:01 +0000 Subject: Related: #i126658# Add description about NoLabel property... on css.awt.UnoControlFixedTextModel Patch by: hanya (cherry picked from commit 92ff48eb981610cb1565cd5472a6714feb7f68a6) Change-Id: I44bbf7d49add8e49d3cb8e1a19839626a2f69b63 --- offapi/com/sun/star/awt/UnoControlFixedTextModel.idl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'offapi') 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; }; -- cgit