summaryrefslogtreecommitdiff
path: root/dbaccess/source/shared
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-03-27 07:16:02 +0000
committerOcke Janssen <oj@openoffice.org>2001-03-27 07:16:02 +0000
commit1ec4b2140eb7ed00a3ec3cdf3a6d7bddfb49c1b8 (patch)
treead8a9c85c8d2b115f3ef9516e12605ae22824368 /dbaccess/source/shared
parent42c2a317f7c7d3c238f476b035721ff027689a34 (diff)
new strings
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r--dbaccess/source/shared/stringconstants.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/shared/stringconstants.cxx b/dbaccess/source/shared/stringconstants.cxx
index 7ac4c604fae0..53b29fdf1cea 100644
--- a/dbaccess/source/shared/stringconstants.cxx
+++ b/dbaccess/source/shared/stringconstants.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: stringconstants.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: oj $ $Date: 2001-02-28 10:22:26 $
+ * last change: $Author: oj $ $Date: 2001-03-27 08:16:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -166,6 +166,9 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_CURRENTQUERY, "CurrentQuery");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_QUERYDESIGNVIEW, "QueryDesignView");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_LAYOUTINFORMATION, "LayoutInformation");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_CURRENTTABLE, "CurrentTable");
+IMPLEMENT_CONSTASCII_USTRING(PROPERTY_DATABASENAME, "DatabaseName");
+IMPLEMENT_CONSTASCII_USTRING(PROPERTY_CONTROLUSER, "ControlUser");
+IMPLEMENT_CONSTASCII_USTRING(PROPERTY_CONTROLPASSWORD, "ControlPassword");
//============================================================