summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-05-21 08:27:19 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-06-23 04:07:09 +0000
commitc3bd749c3da8e8c20e3acca3b8fed3df5c229abb (patch)
tree446cdb323b3c7f62dbdd81bd7c2c032b339f04e7
parentff7280bbb169deaaa5b813ba07a7bfdb715a0482 (diff)
fdo#64652 remove length restriction of Replace edit box
Reviewed-on: https://gerrit.libreoffice.org/3986 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Conflicts: cui/source/tabpages/autocdlg.cxx Change-Id: I0141dc06d940e64244909ddcb8b7e5bb797c337f Reviewed-on: https://gerrit.libreoffice.org/4440 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 c459791cffea..aec54ee5991c 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()