[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - cui/source

Andras Timar atimar at suse.com
Sat Jun 22 21:07:29 PDT 2013


 cui/source/tabpages/autocdlg.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c3bd749c3da8e8c20e3acca3b8fed3df5c229abb
Author: Andras Timar <atimar at suse.com>
Date:   Tue May 21 08:27:19 2013 +0200

    fdo#64652 remove length restriction of Replace edit box
    
    Reviewed-on: https://gerrit.libreoffice.org/3986
    Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>
    
    Conflicts:
    
    	cui/source/tabpages/autocdlg.cxx
    
    Change-Id: I0141dc06d940e64244909ddcb8b7e5bb797c337f
    Reviewed-on: https://gerrit.libreoffice.org/4440
    Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>

diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx
index c459791..aec54ee5 100644
--- a/cui/source/tabpages/autocdlg.cxx
+++ b/cui/source/tabpages/autocdlg.cxx
@@ -972,7 +972,6 @@ OfaAutocorrReplacePage::OfaAutocorrReplacePage( Window* pParent,
 
     aReplaceED.SetSpaces(sal_True);
     aShortED.SetSpaces(sal_True);
-    aShortED.SetMaxTextLen(30);
 }
 
 OfaAutocorrReplacePage::~OfaAutocorrReplacePage()


More information about the Libreoffice-commits mailing list