[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - dbaccess/source

Lionel Elie Mamane lionel at mamane.lu
Tue Dec 2 04:46:07 PST 2014


 dbaccess/source/ui/dlg/paramdialog.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 7436ce2e156f37a490edf7e8164138aeed2856e2
Author: Lionel Elie Mamane <lionel at mamane.lu>
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 <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

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
                     {


More information about the Libreoffice-commits mailing list