summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/adabas/BPreparedStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/adabas/BPreparedStatement.hxx')
-rwxr-xr-x[-rw-r--r--]connectivity/source/inc/adabas/BPreparedStatement.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/connectivity/source/inc/adabas/BPreparedStatement.hxx b/connectivity/source/inc/adabas/BPreparedStatement.hxx
index a5cfac1666e4..c74bf3a3f0cd 100644..100755
--- a/connectivity/source/inc/adabas/BPreparedStatement.hxx
+++ b/connectivity/source/inc/adabas/BPreparedStatement.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.
@@ -36,7 +37,7 @@ namespace connectivity
{
class OAdabasPreparedStatement : public ::connectivity::odbc::OPreparedStatement
{
- ::vos::ORef<OSQLColumns> m_aSelectColumns;
+ ::rtl::Reference<OSQLColumns> m_aSelectColumns;
protected:
virtual odbc::OResultSet* createResulSet();
virtual void setResultSetConcurrency(sal_Int32 _par0) ;
@@ -50,3 +51,4 @@ namespace connectivity
#endif // CONNECTIVITY_ADABAS_PREPAREDSTATEMENT_HXX
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */