[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - cui/source
Andras Timar
atimar at suse.com
Tue May 21 02:42:40 PDT 2013
cui/source/tabpages/autocdlg.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 91820e31aad5e85e5a584c143e60694772f10ac5
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
Change-Id: I0141dc06d940e64244909ddcb8b7e5bb797c337f
Reviewed-on: https://gerrit.libreoffice.org/3986
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 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()
More information about the Libreoffice-commits
mailing list