summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/adabas/BStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/adabas/BStatement.hxx')
-rw-r--r--connectivity/source/inc/adabas/BStatement.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/inc/adabas/BStatement.hxx b/connectivity/source/inc/adabas/BStatement.hxx
index abd8f93ef395..6f92bacc6fc9 100644
--- a/connectivity/source/inc/adabas/BStatement.hxx
+++ b/connectivity/source/inc/adabas/BStatement.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.
@@ -29,10 +30,8 @@
#include "odbc/OStatement.hxx"
#include "adabas/BConnection.hxx"
-#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
-#include "connectivity/commontools.hxx"
-#endif
-#include <vos/ref.hxx>
+#include "connectivity/CommonTools.hxx"
+#include <rtl/ref.hxx>
namespace connectivity
{
@@ -41,7 +40,7 @@ namespace connectivity
class OAdabasStatement : public ::connectivity::odbc::OStatement
{
OAdabasConnection* m_pOwnConnection;
- ::vos::ORef<OSQLColumns> m_aSelectColumns;
+ ::rtl::Reference<OSQLColumns> m_aSelectColumns;
protected:
virtual odbc::OResultSet* createResulSet();
virtual void setResultSetConcurrency(sal_Int32 _par0);
@@ -60,3 +59,4 @@ namespace connectivity
#endif // CONNECTIVITY_ADABAS_STATEMENT_HXX
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */