Tag: cws_src680_dba24b User: oj Date: 2007-08-27 06:13:30+0000 Modified: dba/connectivity/source/inc/sqlscan.hxx
Log: #i75557# allow functions before like File Changes: Directory: /dba/connectivity/source/inc/ ======================================== File [changed]: sqlscan.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/sqlscan.hxx?r1=1.8&r2=1.8.184.1 Delta lines: +4 -3 ------------------- --- sqlscan.hxx 2006-06-20 01:58:58+0000 1.8 +++ sqlscan.hxx 2007-08-27 06:13:28+0000 1.8.184.1 @@ -4,9 +4,9 @@ * * $RCSfile: sqlscan.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.8.184.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 01:58:58 $ + * last change: $Author: oj $ $Date: 2007/08/27 06:13:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -93,6 +93,7 @@ sal_Int32 GetSQLRule() const; sal_Int32 GetDATERule() const; sal_Int32 GetSTRINGRule() const; + inline sal_Int32 GetCurrentPos() const { return m_nCurrentPos; } }; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
