dbaccess/source/ui/dlg/paramdialog.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 7436ce2e156f37a490edf7e8164138aeed2856e2 Author: Lionel Elie Mamane <[email protected]> Date: Mon Dec 1 18:54:34 2014 +0100 Don't accept invalid value just because user insists Change-Id: I0693f0e00226148faff2038cea320a506aabaea9 Reviewed-on: https://gerrit.libreoffice.org/13249 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Michael Stahl <[email protected]> diff --git a/dbaccess/source/ui/dlg/paramdialog.cxx b/dbaccess/source/ui/dlg/paramdialog.cxx index d21d742..f4fdc07 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 { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
