diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-09 08:04:02 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-09 08:04:02 +0000 |
commit | bb1e2d3b3b64fd1944e06ec86eed1c3a4e6f6597 (patch) | |
tree | a3455358e42dac32ffa04ba895c60123678d1b42 /connectivity/source/parse | |
parent | 18d2c8a3a81f32df9f4883e61541ed17c54c96d2 (diff) |
INTEGRATION: CWS insight02 (1.48.2); FILE MERGED
2004/08/16 09:57:33 oj 1.48.2.1: #i26794# check parameter names also in sub selects
Diffstat (limited to 'connectivity/source/parse')
-rw-r--r-- | connectivity/source/parse/sqlbison.y | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y index 5922015762ab..dd3858d4bbe9 100644 --- a/connectivity/source/parse/sqlbison.y +++ b/connectivity/source/parse/sqlbison.y @@ -1,7 +1,7 @@ %{ //-------------------------------------------------------------------------- // -// $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/connectivity/source/parse/sqlbison.y,v 1.48 2004-08-02 17:16:20 hr Exp $ +// $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/connectivity/source/parse/sqlbison.y,v 1.49 2004-09-09 09:04:02 rt Exp $ // // Copyright 2000 Sun Microsystems, Inc. All Rights Reserved. // @@ -9,16 +9,14 @@ // OJ // // Last change: -// $Author: hr $ $Date: 2004-08-02 17:16:20 $ $Revision: 1.48 $ +// $Author: rt $ $Date: 2004-09-09 09:04:02 $ $Revision: 1.49 $ // // Description: // // //-------------------------------------------------------------------------- -#ifndef _VECTOR_ #include <vector> -#endif #ifndef _CONNECTIVITY_SQLNODE_HXX #include <connectivity/sqlnode.hxx> |