summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-07-23 14:28:48 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-25 05:46:29 +0000
commit15ed9d81005149fce04a0597a52b20cd8d599235 (patch)
treed60338f74e7e32352342108037339a82bc2c8513 /dbaccess
parent424b840ea761c9106830508e9b1d656f0edeb073 (diff)
inconsistent default param vals in SetMaxTextLen
so just remove them, only one call site was using them. Change-Id: Ife00ad7f14d73f865058d1262f71dff1fd2a6abd Reviewed-on: https://gerrit.libreoffice.org/27458 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/misc/WCPage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/WCPage.cxx b/dbaccess/source/ui/misc/WCPage.cxx
index a939c95df744..db54c29d2e67 100644
--- a/dbaccess/source/ui/misc/WCPage.cxx
+++ b/dbaccess/source/ui/misc/WCPage.cxx
@@ -70,7 +70,7 @@ OCopyTable::OCopyTable(vcl::Window * pParent)
get(m_pFT_KeyName, "keynamelabel");
get(m_pEdKeyName, "keyname");
- m_pEdTableName->SetMaxTextLen();
+ m_pEdTableName->SetMaxTextLen(EDIT_NOLIMIT);
if ( m_pParent->m_xDestConnection.is() )
{