summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/TResultSetHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/TResultSetHelper.hxx')
-rw-r--r--connectivity/source/inc/TResultSetHelper.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/connectivity/source/inc/TResultSetHelper.hxx b/connectivity/source/inc/TResultSetHelper.hxx
index 542c441e2480..0bc4f914983b 100644
--- a/connectivity/source/inc/TResultSetHelper.hxx
+++ b/connectivity/source/inc/TResultSetHelper.hxx
@@ -34,9 +34,10 @@ namespace connectivity
PRIOR,
FIRST,
LAST,
- RELATIVE,
- ABSOLUTE,
- BOOKMARK
+ // Named like this to avoid conflict with a #define in the Windows system ODBC headers.
+ RELATIVE1,
+ ABSOLUTE1,
+ BOOKMARK,
};
public:
virtual bool move(Movement _eCursorPosition, sal_Int32 _nOffset, bool _bRetrieveData) = 0;