summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/sqlnode.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 09:27:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 09:27:26 +0000
commitadcc17a34aa5052807be68cad265b6258f90db97 (patch)
tree5c607b7f35e37028891d19cc67cb3d117faeed0c /connectivity/inc/connectivity/sqlnode.hxx
parenta992cfea462a14cc1bf71b3371b2aca621400620 (diff)
INTEGRATION: CWS mh11rc (1.12.74); FILE MERGED
2003/06/06 11:32:59 mh 1.12.74.1: join: from cws_srx644_ooo11beta2
Diffstat (limited to 'connectivity/inc/connectivity/sqlnode.hxx')
-rw-r--r--connectivity/inc/connectivity/sqlnode.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/inc/connectivity/sqlnode.hxx b/connectivity/inc/connectivity/sqlnode.hxx
index 9866829c241e..9a2cb5e4169a 100644
--- a/connectivity/inc/connectivity/sqlnode.hxx
+++ b/connectivity/inc/connectivity/sqlnode.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sqlnode.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: oj $ $Date: 2002-09-27 10:58:11 $
+ * last change: $Author: vg $ $Date: 2003-06-12 10:27:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -405,7 +405,7 @@ namespace connectivity
}
// Utility-Methoden zum Abfragen auf bestimmte Rules, Token oder Punctuation:
- #define SQL_ISRULE(pParseNode, eRule) ((pParseNode)->isRule() && (pParseNode)->getRuleID() == OSQLParser::RuleID(OSQLParseNode::##eRule))
+ #define SQL_ISRULE(pParseNode, eRule) ((pParseNode)->isRule() && (pParseNode)->getRuleID() == OSQLParser::RuleID(OSQLParseNode::eRule))
#define SQL_ISTOKEN(pParseNode, token) ((pParseNode)->isToken() && (pParseNode)->getTokenID() == SQL_TOKEN_##token)
#define SQL_ISPUNCTUATION(pParseNode, aString) ((pParseNode)->getNodeType() == SQL_NODE_PUNCTUATION && !(pParseNode)->getTokenValue().compareToAscii(aString))
}