Tag: cws_src680_dba26
User: fs      
Date: 05/03/15 06:39:06

Modified:
 /dba/connectivity/inc/connectivity/
  sqlparse.hxx

Log:
 #i26655# removed an redundant parameter from buildDate

File Changes:

Directory: /dba/connectivity/inc/connectivity/
==============================================

File [changed]: sqlparse.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/sqlparse.hxx?r1=1.16&r2=1.16.102.1
Delta lines:  +4 -4
-------------------
--- sqlparse.hxx        15 Mar 2004 12:45:34 -0000      1.16
+++ sqlparse.hxx        15 Mar 2005 14:39:02 -0000      1.16.102.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: sqlparse.hxx,v $
  *
- *  $Revision: 1.16 $
+ *  $Revision: 1.16.102.1 $
  *
- *  last change: $Author: obo $ $Date: 2004/03/15 12:45:34 $
+ *  last change: $Author: fs $ $Date: 2005/03/15 14:39:02 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -194,7 +194,7 @@
 
                // convert a string into double trim it to scale of _nscale and 
than transform it back to string
                ::rtl::OUString stringToDouble(const ::rtl::OUString& 
_rValue,sal_Int16 _nScale);
-               sal_Int16 buildDate(const ::rtl::OUString& _sValue,sal_Int32 
_nType,OSQLParseNode*& pAppend,OSQLParseNode* pLiteral,OSQLParseNode*& 
pCompare);
+               sal_Int16 buildDate(sal_Int32 _nType,OSQLParseNode*& 
pAppend,OSQLParseNode* pLiteral,OSQLParseNode*& pCompare);
 
                static ::osl::Mutex& getMutex();
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to