summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2014-12-01 18:54:34 +0100
committerMichael Stahl <mstahl@redhat.com>2014-12-02 12:45:40 +0000
commit7436ce2e156f37a490edf7e8164138aeed2856e2 (patch)
tree3eebe73af3bb64f2bfecaaee22ddfef55e26fcd5 /dbaccess
parent13f5ccd98ee7c623d5d4a53da56df668f98f7353 (diff)
Don't accept invalid value just because user insists
Change-Id: I0693f0e00226148faff2038cea320a506aabaea9 Reviewed-on: https://gerrit.libreoffice.org/13249 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/paramdialog.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/paramdialog.cxx b/dbaccess/source/ui/dlg/paramdialog.cxx
index d21d742670f8..f4fdc07c1ec9 100644
--- a/dbaccess/source/ui/dlg/paramdialog.cxx
+++ b/dbaccess/source/ui/dlg/paramdialog.cxx
@@ -182,8 +182,6 @@ namespace dbaui
if (!m_bNeedErrorOnCurrent)
return 1L;
- m_bNeedErrorOnCurrent = false; // will be reset in OnValueModified
-
OUString sName;
try
{