[Libreoffice-commits] core.git: offapi/com

Kay Schenk kschenk at apache.org
Mon Feb 15 09:49:44 UTC 2016


 offapi/com/sun/star/awt/UnoControlFixedTextModel.idl |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit 38c14a06c1603c73b7fc32f7a92d48238553bd18
Author: Kay Schenk <kschenk at apache.org>
Date:   Sun Feb 14 21:45:01 2016 +0000

    Related: #i126658# Add description about NoLabel property...
    
    on css.awt.UnoControlFixedTextModel
    
    Patch by: hanya
    
    (cherry picked from commit 92ff48eb981610cb1565cd5472a6714feb7f68a6)
    
    Change-Id: I44bbf7d49add8e49d3cb8e1a19839626a2f69b63

diff --git a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl
index 5b0963a..ed9a941 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;
 };
 
 


More information about the Libreoffice-commits mailing list