diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-27 11:10:30 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-27 11:10:30 +0000 |
commit | 0f3b0dd4277f185786eb2f480008b1ff31881a3e (patch) | |
tree | 9c12815ba6e5b4bc84af0beaa959e7bd8596fd7c /dbaccess/source/ui/dlg/advancedsettings.hxx | |
parent | 0beb341fa00333494edbd0aae88bef7a7251512f (diff) |
INTEGRATION: CWS dba24lms (1.2.6); FILE MERGED
2007/11/12 15:20:47 oj 1.2.6.1: #i11746# currency oracle
Diffstat (limited to 'dbaccess/source/ui/dlg/advancedsettings.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/advancedsettings.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/advancedsettings.hxx b/dbaccess/source/ui/dlg/advancedsettings.hxx index 7c2ada589002..6302e672830b 100644 --- a/dbaccess/source/ui/dlg/advancedsettings.hxx +++ b/dbaccess/source/ui/dlg/advancedsettings.hxx @@ -4,9 +4,9 @@ * * $RCSfile: advancedsettings.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2007-11-01 15:09:28 $ + * last change: $Author: ihi $ $Date: 2007-11-27 12:10:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,6 +77,7 @@ namespace dbaui CheckBox* m_pIndexAppendix; CheckBox* m_pDosLineEnds; CheckBox* m_pCheckRequiredFields; + CheckBox* m_pIgnoreCurrency; FixedText* m_pBooleanComparisonModeLabel; ListBox* m_pBooleanComparisonMode; |