diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 14:03:00 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 14:03:00 +0000 |
commit | 25911e14171f702a2af44f87137791cb983cd416 (patch) | |
tree | a7f836e25d11982a839cd842bb9f4603591283f3 /dbaccess/source/shared | |
parent | 8836c69571f4a328f0ef55ebca24612656326296 (diff) |
INTEGRATION: CWS dba24b (1.41.46); FILE MERGED
2007/08/27 13:28:58 fs 1.41.46.1: #i80930#
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 b0ae4e8561c7..ca4848b883e7 100644 --- a/dbaccess/source/shared/stringconstants.cxx +++ b/dbaccess/source/shared/stringconstants.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stringconstants.cxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: kz $ $Date: 2007-05-10 15:05:46 $ + * last change: $Author: hr $ $Date: 2007-11-01 15:03:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -259,6 +259,7 @@ IMPLEMENT_CONSTASCII_USTRING(INFO_AUTORETRIEVEVALUE,"AutoRetrievingStatement"); IMPLEMENT_CONSTASCII_USTRING(INFO_AUTORETRIEVEENABLED,"IsAutoRetrievingEnabled"); IMPLEMENT_CONSTASCII_USTRING(INFO_APPEND_TABLE_ALIAS,"AppendTableAliasName"); IMPLEMENT_CONSTASCII_USTRING(INFO_AS_BEFORE_CORRELATION_NAME, "GenerateASBeforeCorrelationName" ); +IMPLEMENT_CONSTASCII_USTRING(INFO_FORMS_CHECK_REQUIRED_FIELDS, "FormsCheckRequiredFields" ); IMPLEMENT_CONSTASCII_USTRING(INFO_PARAMETERNAMESUBST,"ParameterNameSubstitution"); IMPLEMENT_CONSTASCII_USTRING(INFO_IGNOREDRIVER_PRIV,"IgnoreDriverPrivileges"); IMPLEMENT_CONSTASCII_USTRING(INFO_USECATALOG,"UseCatalog"); |