summaryrefslogtreecommitdiff
path: root/connectivity
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
commit75fb92261901163b6e52395bf269e298494420ae (patch)
tree238afb53293ed2ba22fd80983c97f18ebbb47b91 /connectivity
parent2fb2a1a4e57ad6d507c3c85bbf14905495abb7bc (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
Diffstat (limited to 'connectivity')
-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 d0503c83889b..4312095aaa93 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; }
};
}