summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-05-21 08:27:19 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-05-21 09:42:22 +0000
commit91820e31aad5e85e5a584c143e60694772f10ac5 (patch)
tree11d12766591a8c8fa2c78d675c96bf54c6fc90fe
parent715222bc431183028b2accb2afb5f21b42008d70 (diff)
fdo#64652 remove length restriction of Replace edit box
Change-Id: I0141dc06d940e64244909ddcb8b7e5bb797c337f Reviewed-on: https://gerrit.libreoffice.org/3986 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
-rw-r--r--cui/source/tabpages/autocdlg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx
index 48bd0c7de2b5..a99ec37e5b11 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()