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

Julien Nabet serval2412 at yahoo.fr
Mon Jan 5 12:44:13 PST 2015


 dbaccess/source/ui/dlg/advancedsettings.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bda665c442c5e59f5d6656a7d3e54ed1dfdc1b01
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Wed Dec 31 13:57:19 2014 +0100

    Related fdo#87840: mix between ignorecurrency and inputchecks
    
    Cherry-picked from: 0f9ce69b327ee14f028c26e6af275779b8047def
    
    Change-Id: I38501b371b8c63ab2e6fb019e17416e139120908
    Reviewed-on: https://gerrit.libreoffice.org/13711
    Reviewed-by: David Tardon <dtardon at redhat.com>
    Tested-by: David Tardon <dtardon at redhat.com>

diff --git a/dbaccess/source/ui/dlg/advancedsettings.cxx b/dbaccess/source/ui/dlg/advancedsettings.cxx
index 288f943..399369d 100644
--- a/dbaccess/source/ui/dlg/advancedsettings.cxx
+++ b/dbaccess/source/ui/dlg/advancedsettings.cxx
@@ -154,8 +154,8 @@ namespace dbaui
             { &m_pSchema,                       "useschemaname",   DSID_SCHEMA,                false },
             { &m_pIndexAppendix,                "createindex",     DSID_INDEXAPPENDIX,         false },
             { &m_pDosLineEnds,                  "eol",             DSID_DOSLINEENDS,           false },
-            { &m_pIgnoreCurrency,               "inputchecks",     DSID_IGNORECURRENCY,        false },
-            { &m_pCheckRequiredFields,          "ignorecurrency",  DSID_CHECK_REQUIRED_FIELDS, false },
+            { &m_pCheckRequiredFields,          "inputchecks",     DSID_CHECK_REQUIRED_FIELDS, false },
+            { &m_pIgnoreCurrency,               "ignorecurrency",  DSID_IGNORECURRENCY,        false },
             { &m_pEscapeDateTime,               "useodbcliterals", DSID_ESCAPE_DATETIME,       false },
             { &m_pPrimaryKeySupport,            "primarykeys",     DSID_PRIMARY_KEY_SUPPORT,   false },
             { &m_pRespectDriverResultSetType,   "resulttype",      DSID_RESPECTRESULTSETTYPE,  false },


More information about the Libreoffice-commits mailing list