[Libreoffice-commits] core.git: sw/inc sw/uiconfig

Caolán McNamara caolanm at redhat.com
Thu Aug 1 14:44:34 PDT 2013


 sw/inc/helpid.h                                    |    1 -
 sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui |    5 +++++
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit d98c1f439ed824db283ff04ac4e2737c926e878e
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Aug 1 22:35:10 2013 +0100

    restore 50 max char limit
    
    Change-Id: Ic6323475abc2cdafc7c237c51741353c403d6ee1

diff --git a/sw/inc/helpid.h b/sw/inc/helpid.h
index c5c6f81..5fd9d4a 100644
--- a/sw/inc/helpid.h
+++ b/sw/inc/helpid.h
@@ -180,7 +180,6 @@
 #define HID_TP_PRIVATE_DATA                                     "SW_HID_TP_PRIVATE_DATA"
 
 #define HID_TP_BUSINESS_DATA                                    "SW_HID_TP_BUSINESS_DATA"
-#define HID_SECTION_FTNENDNOTES_PAGE                            "SW_HID_SECTION_FTNENDNOTES_PAGE"
 
 #define HID_OPTCOMPATIBILITY_PAGE                               "SW_HID_OPTCOMPATIBILITY_PAGE"
 #define HID_COMPATIBILITY_OPTIONS_BOX                           "SW_HID_COMPATIBILITY_OPTIONS_BOX"
diff --git a/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui b/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui
index 98bedc6..f3b8501 100644
--- a/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui
+++ b/sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
+  <!-- interface-requires LibreOffice 1.0 -->
   <object class="GtkAdjustment" id="adjustment1">
     <property name="lower">1</property>
     <property name="upper">9999</property>
@@ -137,6 +138,7 @@
                           <object class="GtkEntry" id="ftnsuffix">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
+                            <property name="max_length">50</property>
                             <property name="invisible_char">●</property>
                             <property name="width_chars">6</property>
                           </object>
@@ -180,6 +182,7 @@
                           <object class="GtkEntry" id="ftnprefix">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
+                            <property name="max_length">50</property>
                             <property name="invisible_char">●</property>
                             <property name="width_chars">6</property>
                           </object>
@@ -404,6 +407,7 @@
                           <object class="GtkEntry" id="endsuffix">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
+                            <property name="max_length">50</property>
                             <property name="invisible_char">●</property>
                             <property name="width_chars">6</property>
                           </object>
@@ -447,6 +451,7 @@
                           <object class="GtkEntry" id="endprefix">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
+                            <property name="max_length">50</property>
                             <property name="invisible_char">●</property>
                             <property name="width_chars">6</property>
                           </object>


More information about the Libreoffice-commits mailing list