diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-09-04 07:32:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-09-04 07:32:02 +0000 |
commit | fa0435d33fc75f4ff2651c5678f2c3141206602b (patch) | |
tree | ecf4ea53a05d7142bc344861a0144e26e104f9cb /dbaccess/source/inc | |
parent | c49dc538d4910a4c6cffd23590580f3b49729743 (diff) |
INTEGRATION: CWS oj4 (1.5.100); FILE MERGED
2003/07/07 13:50:45 oj 1.5.100.1: #i13318# new property for the use of table aliases in query statements
Diffstat (limited to 'dbaccess/source/inc')
-rw-r--r-- | dbaccess/source/inc/dbustrings.hrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/inc/dbustrings.hrc b/dbaccess/source/inc/dbustrings.hrc index 8b2eafd97edb..4d371717c4ef 100644 --- a/dbaccess/source/inc/dbustrings.hrc +++ b/dbaccess/source/inc/dbustrings.hrc @@ -2,9 +2,9 @@ * * $RCSfile: dbustrings.hrc,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: oj $ $Date: 2002-07-09 12:48:40 $ + * last change: $Author: obo $ $Date: 2003-09-04 08:32:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,6 +83,7 @@ namespace dbaui //============================================================ DECLARE_CONSTASCII_USTRING(FRAME_NAME_QUERY_PREVIEW); DECLARE_CONSTASCII_USTRING(PROPERTY_ENABLESQL92CHECK); + DECLARE_CONSTASCII_USTRING(PROPERTY_ENABLETABLEALIAS); //============================================================ //= other DBU properties |