summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-05-07 09:59:26 +0000
committerOcke Janssen <oj@openoffice.org>2002-05-07 09:59:26 +0000
commit42b92278cd7672cdd9418fd6e31566112c76d10f (patch)
treedacc2a27c6afceebfae82d487d32304f5fc8febd
parent1e4970928ab395f5d7fcd08950dffd69b52a4050 (diff)
#99172# new member
-rw-r--r--dbaccess/source/inc/dbastrings.hrc6
-rw-r--r--dbaccess/source/shared/dbastrings.cxx6
2 files changed, 8 insertions, 4 deletions
diff --git a/dbaccess/source/inc/dbastrings.hrc b/dbaccess/source/inc/dbastrings.hrc
index 14bf5dd318a7..a1c6d95337ba 100644
--- a/dbaccess/source/inc/dbastrings.hrc
+++ b/dbaccess/source/inc/dbastrings.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: dbastrings.hrc,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: oj $ $Date: 2001-10-19 12:52:27 $
+ * last change: $Author: oj $ $Date: 2002-05-07 10:58:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -140,6 +140,8 @@ namespace dbaccess
DECLARE_CONSTASCII_USTRING(CONFIGKEY_LAYOUTINFORMATION);
DECLARE_CONSTASCII_USTRING(CONFIGKEY_COLUMN_HELPTEXT);
DECLARE_CONSTASCII_USTRING(CONFIGKEY_COLUMN_CONTROLDEFAULT);
+
+ DECLARE_CONSTASCII_USTRING(PROPERTY_BOOLEANCOMPARISONMODE);
}
#endif // DBACCESS_SHARED_DBASTRINGS_HRC
diff --git a/dbaccess/source/shared/dbastrings.cxx b/dbaccess/source/shared/dbastrings.cxx
index e4c3ccfaf3a5..0793d0d14fc3 100644
--- a/dbaccess/source/shared/dbastrings.cxx
+++ b/dbaccess/source/shared/dbastrings.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbastrings.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: oj $ $Date: 2001-10-19 12:52:27 $
+ * last change: $Author: oj $ $Date: 2002-05-07 10:59:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,6 +129,8 @@ namespace dbaccess
IMPLEMENT_CONSTASCII_USTRING(CONFIGKEY_COLUMN_HELPTEXT, "HelpText");
IMPLEMENT_CONSTASCII_USTRING(CONFIGKEY_COLUMN_CONTROLDEFAULT, "ControlDefault");
+ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_BOOLEANCOMPARISONMODE, "BooleanComparisonMode");
+
//============================================================
//= SQLSTATE
//============================================================