[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - dbaccess/source
Julien Nabet
serval2412 at yahoo.fr
Mon Jan 5 12:43:31 PST 2015
dbaccess/source/ui/dlg/advancedsettings.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2077e89fd1ba7cae10f22f751a674076b54bf9ab
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/13710
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 d21a590..905465e 100644
--- a/dbaccess/source/ui/dlg/advancedsettings.cxx
+++ b/dbaccess/source/ui/dlg/advancedsettings.cxx
@@ -153,8 +153,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