summaryrefslogtreecommitdiff
path: root/dbaccess/source/inc
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-09-20 11:59:25 +0000
committerOcke Janssen <oj@openoffice.org>2001-09-20 11:59:25 +0000
commit1581a0d3ca842ea2c35e6699b01ff41f1825c9dd (patch)
treebc1391c35d6c99b3157051997284555d22e2ac1a /dbaccess/source/inc
parent21301e1d332c067e4e000d826bedb3247923e0eb (diff)
#92232# fixes for BIGINT type and new property HELPTEXT
Diffstat (limited to 'dbaccess/source/inc')
-rw-r--r--dbaccess/source/inc/dbastrings.hrc5
-rw-r--r--dbaccess/source/inc/stringconstants.hrc7
2 files changed, 7 insertions, 5 deletions
diff --git a/dbaccess/source/inc/dbastrings.hrc b/dbaccess/source/inc/dbastrings.hrc
index b66ffa9c84f5..fc0fa1e98761 100644
--- a/dbaccess/source/inc/dbastrings.hrc
+++ b/dbaccess/source/inc/dbastrings.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: dbastrings.hrc,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fs $ $Date: 2001-08-30 16:13:32 $
+ * last change: $Author: oj $ $Date: 2001-09-20 12:56:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,6 +138,7 @@ namespace dbaccess
DECLARE_CONSTASCII_USTRING(CONFIGKEY_COLUMN_RELPOSITION);
DECLARE_CONSTASCII_USTRING(CONFIGKEY_COLUMN_HIDDEN);
DECLARE_CONSTASCII_USTRING(CONFIGKEY_LAYOUTINFORMATION);
+ DECLARE_CONSTASCII_USTRING(CONFIGKEY_COLUMN_HELPTEXT);
}
diff --git a/dbaccess/source/inc/stringconstants.hrc b/dbaccess/source/inc/stringconstants.hrc
index 9836bfe4ff49..283271aba4d0 100644
--- a/dbaccess/source/inc/stringconstants.hrc
+++ b/dbaccess/source/inc/stringconstants.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: stringconstants.hrc,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: fs $ $Date: 2001-06-15 08:36:56 $
+ * last change: $Author: oj $ $Date: 2001-09-20 12:56:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -168,6 +168,7 @@
#define PROPERTY_ID_TEXTLINECOLOR 94
#define PROPERTY_ID_TEXTEMPHASIS 95
#define PROPERTY_ID_TEXTRELIEF 96
+#define PROPERTY_ID_HELPTEXT 97
//============================================================
//= property names
@@ -285,7 +286,7 @@ DECLARE_CONSTASCII_USTRING(PROPERTY_CREATEVIEW);
DECLARE_CONSTASCII_USTRING(PROPERTY_TEXTLINECOLOR);
DECLARE_CONSTASCII_USTRING(PROPERTY_TEXTEMPHASIS);
DECLARE_CONSTASCII_USTRING(PROPERTY_TEXTRELIEF);
-
+DECLARE_CONSTASCII_USTRING(PROPERTY_HELPTEXT);
//============================================================
//= service names
//============================================================