summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/AStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/ado/AStatement.hxx')
-rwxr-xr-x[-rw-r--r--]connectivity/source/inc/ado/AStatement.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/connectivity/source/inc/ado/AStatement.hxx b/connectivity/source/inc/ado/AStatement.hxx
index 86b6d92fc724..baaa21ec5e78 100644..100755
--- a/connectivity/source/inc/ado/AStatement.hxx
+++ b/connectivity/source/inc/ado/AStatement.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -85,7 +86,7 @@ namespace connectivity
::std::vector<connectivity::OTypeInfo> m_aTypeInfo; // Hashtable containing an entry
// for each row returned by
// DatabaseMetaData.getTypeInfo.
- sal_Int32 m_nMaxRows;
+ ADO_LONGPTR m_nMaxRows;
sal_Int32 m_nFetchSize;
LockTypeEnum m_eLockType;
CursorTypeEnum m_eCursorType;
@@ -199,3 +200,4 @@ namespace connectivity
}
#endif // _CONNECTIVITY_ADO_ASTATEMENT_HXX_
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */