diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-15 09:48:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-15 09:48:45 +0000 |
commit | 7bdc18a0b0ffbdd12789c85419a83023bebeb471 (patch) | |
tree | 2df03ef3235cdac4d982869daca2e75c0df69d76 /dbaccess/source/shared | |
parent | f346498994eb78d629afb30fb0c51c372606814c (diff) |
INTEGRATION: CWS dba30 (1.34.14); FILE MERGED
2005/09/30 06:50:37 fs 1.34.14.2: RESYNC: (1.34-1.35); FILE MERGED
2005/04/06 07:21:47 fs 1.34.14.1: #i46768# Settings property
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r-- | dbaccess/source/shared/stringconstants.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/shared/stringconstants.cxx b/dbaccess/source/shared/stringconstants.cxx index 8d09d9c1e612..c8209bd752a6 100644 --- a/dbaccess/source/shared/stringconstants.cxx +++ b/dbaccess/source/shared/stringconstants.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stringconstants.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:17:35 $ + * last change: $Author: hr $ $Date: 2006-08-15 10:48:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,6 +39,7 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_TITLE, "Title"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_URL, "URL"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_INFO, "Info"); +IMPLEMENT_CONSTASCII_USTRING(PROPERTY_SETTINGS, "Settings"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ISPASSWORDREQUIRED, "IsPasswordRequired"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_TABLEFILTER, "TableFilter"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_TABLETYPEFILTER, "TableTypeFilter"); |