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

New commits:
commit 91820e31aad5e85e5a584c143e60694772f10ac5
Author: Andras Timar <ati...@suse.com>
Date:   Tue May 21 08:27:19 2013 +0200

    fdo#64652 remove length restriction of Replace edit box
    
    Change-Id: I0141dc06d940e64244909ddcb8b7e5bb797c337f
    Reviewed-on: https://gerrit.libreoffice.org/3986
    Reviewed-by: Fridrich Strba <fridr...@documentfoundation.org>
    Tested-by: Fridrich Strba <fridr...@documentfoundation.org>

diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx
index 48bd0c7..a99ec37 100644
--- a/cui/source/tabpages/autocdlg.cxx
+++ b/cui/source/tabpages/autocdlg.cxx
@@ -896,7 +896,6 @@ OfaAutocorrReplacePage::OfaAutocorrReplacePage( Window* 
pParent,
 
     aReplaceED.SetSpaces( sal_True );
     aShortED.SetSpaces( sal_True );
-    aShortED.SetMaxTextLen( 30 );
 }
 
 OfaAutocorrReplacePage::~OfaAutocorrReplacePage()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to