summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/myucp_resultset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/dataaccess/myucp_resultset.cxx')
-rw-r--r--dbaccess/source/core/dataaccess/myucp_resultset.cxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/dbaccess/source/core/dataaccess/myucp_resultset.cxx b/dbaccess/source/core/dataaccess/myucp_resultset.cxx
index 0543c7f35326..f2d5840f7c15 100644
--- a/dbaccess/source/core/dataaccess/myucp_resultset.cxx
+++ b/dbaccess/source/core/dataaccess/myucp_resultset.cxx
@@ -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.
@@ -37,12 +38,8 @@
*************************************************************************/
-#ifndef DBA_DATASUPPLIER_HXX
#include "myucp_datasupplier.hxx"
-#endif
-#ifndef DBA_UCPRESULTSET_HXX
#include "myucp_resultset.hxx"
-#endif
using namespace ::com::sun::star::uno;
@@ -56,12 +53,10 @@ using namespace ::com::sun::star::container;
using namespace dbaccess;
//=========================================================================
-//=========================================================================
//
// DynamicResultSet Implementation.
//
//=========================================================================
-//=========================================================================
DynamicResultSet::DynamicResultSet(
const Reference< XMultiServiceFactory >& rxSMgr,
@@ -79,7 +74,6 @@ DynamicResultSet::DynamicResultSet(
// Non-interface methods.
//
//=========================================================================
-
void DynamicResultSet::initStatic()
{
m_xResultSet1
@@ -91,7 +85,6 @@ void DynamicResultSet::initStatic()
m_xEnv );
}
-//=========================================================================
void DynamicResultSet::initDynamic()
{
m_xResultSet1
@@ -103,4 +96,4 @@ void DynamicResultSet::initDynamic()
m_xEnv );
m_xResultSet2 = m_xResultSet1;
}
-
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */