summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 13:51:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 13:51:21 +0000
commitd92db2a8c038a20d36aea026a9b574e7ca6c9b2e (patch)
treeb8c6e603f318c87b5a252fb1c4cdc29c266147b2
parent4c8bacc1e4abb96f9590ea5b58d90d07b6181ed5 (diff)
INTEGRATION: CWS dba24b (1.8.184); FILE MERGED
2007/08/27 06:13:28 oj 1.8.184.1: #i75557# allow functions before like
-rw-r--r--connectivity/source/inc/sqlscan.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/inc/sqlscan.hxx b/connectivity/source/inc/sqlscan.hxx
index ca04f4be0b..2f699bbe19 100644
--- a/connectivity/source/inc/sqlscan.hxx
+++ b/connectivity/source/inc/sqlscan.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sqlscan.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 01:58:58 $
+ * last change: $Author: hr $ $Date: 2007-11-01 14:51:21 $
*
* 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 @@ namespace connectivity
sal_Int32 GetSQLRule() const;
sal_Int32 GetDATERule() const;
sal_Int32 GetSTRINGRule() const;
+ inline sal_Int32 GetCurrentPos() const { return m_nCurrentPos; }
};
}