summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/StatementCommonBase.hxx
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-09 17:28:08 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-09 19:52:27 +0100
commit5b74c6563cfc802b5330fb82500be9d6cd835fe2 (patch)
treea53ba0ba5f990fb4cdbdd5b36d24484bf57bb7b6 /connectivity/source/drivers/firebird/StatementCommonBase.hxx
parent732e8c62ace83522ef0c48c99a26f0bd54cd9d22 (diff)
Cleanup Connection and rename from OConnection. (firebird-sdbc)
Change-Id: I06cfdc29d7613638d3cea080e7b39c67c74d4de0
Diffstat (limited to 'connectivity/source/drivers/firebird/StatementCommonBase.hxx')
-rw-r--r--connectivity/source/drivers/firebird/StatementCommonBase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/firebird/StatementCommonBase.hxx b/connectivity/source/drivers/firebird/StatementCommonBase.hxx
index 46377fcf5c71..c1af319569c2 100644
--- a/connectivity/source/drivers/firebird/StatementCommonBase.hxx
+++ b/connectivity/source/drivers/firebird/StatementCommonBase.hxx
@@ -58,7 +58,7 @@ namespace connectivity
::std::list< ::rtl::OUString> m_aBatchList;
- OConnection* m_pConnection;
+ Connection* m_pConnection;
ISC_STATUS_ARRAY m_statusVector;
isc_stmt_handle m_aStatementHandle;
@@ -102,7 +102,7 @@ namespace connectivity
public:
::cppu::OBroadcastHelper& rBHelper;
- OStatementCommonBase(OConnection* _pConnection);
+ OStatementCommonBase(Connection* _pConnection);
using OStatementCommonBase_Base::operator ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >;
// OComponentHelper
@@ -135,7 +135,7 @@ namespace connectivity
virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
// other methods
- OConnection* getOwnConnection() const { return m_pConnection;}
+ Connection* getOwnConnection() const { return m_pConnection;}
};
}