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

New commits:
commit c3bd749c3da8e8c20e3acca3b8fed3df5c229abb
Author: Andras Timar <[email protected]>
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 <[email protected]>
    Tested-by: Fridrich Strba <[email protected]>
    
    Conflicts:
    
        cui/source/tabpages/autocdlg.cxx
    
    Change-Id: I0141dc06d940e64244909ddcb8b7e5bb797c337f
    Reviewed-on: https://gerrit.libreoffice.org/4440
    Reviewed-by: Fridrich Strba <[email protected]>
    Tested-by: Fridrich Strba <[email protected]>

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()
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to