summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-15 11:45:34 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-15 11:45:34 +0000
commit36daf67acb651dd90d2e74863cbecdec7eb3c248 (patch)
treee31ac2ec72ac76f5855c8feb2871918419ac0285 /connectivity
parent6edec8fc9d49133a8ef00e0cd1a652dbb454bf38 (diff)
INTEGRATION: CWS oj08 (1.14.106); FILE MERGED
2004/01/29 08:52:38 oj 1.14.106.1: #i19884# change filteroperator
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/inc/connectivity/sqlparse.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/inc/connectivity/sqlparse.hxx b/connectivity/inc/connectivity/sqlparse.hxx
index 70aa2adaa779..1b042d1dd9e3 100644
--- a/connectivity/inc/connectivity/sqlparse.hxx
+++ b/connectivity/inc/connectivity/sqlparse.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sqlparse.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2004-03-02 12:31:15 $
+ * last change: $Author: obo $ $Date: 2004-03-15 12:45:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -254,7 +254,7 @@ namespace connectivity
sal_Int16 buildNode(OSQLParseNode*& pAppend,OSQLParseNode* pLiteral,OSQLParseNode*& pCompare);
// makes a string out of a number, pLiteral will be deleted
sal_Int16 buildNode_STR_NUM(OSQLParseNode*& pAppend,OSQLParseNode*& pLiteral,OSQLParseNode*& pCompare);
- sal_Int16 buildNode_Date(const double& fValue, sal_Int16 nType, OSQLParseNode*& pAppend,OSQLParseNode* pLiteral,OSQLParseNode*& pCompare);
+ sal_Int16 buildNode_Date(const double& fValue, sal_Int32 nType, OSQLParseNode*& pAppend,OSQLParseNode* pLiteral,OSQLParseNode*& pCompare);
sal_Int16 buildComparsionRule(OSQLParseNode*& pAppend,OSQLParseNode* pLiteral);
// pCompre will be deleted if it is not used