summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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; }
};
}