summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/TConnection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/TConnection.cxx')
-rw-r--r--connectivity/source/commontools/TConnection.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/commontools/TConnection.cxx b/connectivity/source/commontools/TConnection.cxx
index dd1a60cf9bad..94e7d431b47b 100644
--- a/connectivity/source/commontools/TConnection.cxx
+++ b/connectivity/source/commontools/TConnection.cxx
@@ -31,13 +31,13 @@ using namespace com::sun::star::sdbc;
using namespace com::sun::star::beans;
using namespace ::osl;
-//------------------------------------------------------------------------------
+
OMetaConnection::OMetaConnection()
: OMetaConnection_BASE(m_aMutex)
, m_nTextEncoding(RTL_TEXTENCODING_MS_1252)
{
}
-//------------------------------------------------------------------------------
+
void OMetaConnection::disposing()
{
::osl::MutexGuard aGuard(m_aMutex);
@@ -62,7 +62,7 @@ sal_Int64 SAL_CALL OMetaConnection::getSomething( const ::com::sun::star::uno::S
? reinterpret_cast< sal_Int64 >( this )
: (sal_Int64)0;
}
-// -----------------------------------------------------------------------------
+
Sequence< sal_Int8 > OMetaConnection::getUnoTunnelImplementationId()
{
static ::cppu::OImplementationId * pId = 0;
@@ -77,13 +77,13 @@ Sequence< sal_Int8 > OMetaConnection::getUnoTunnelImplementationId()
}
return pId->getImplementationId();
}
-// -----------------------------------------------------------------------------
+
::dbtools::OPropertyMap& OMetaConnection::getPropMap()
{
static ::dbtools::OPropertyMap s_aPropertyNameMap;
return s_aPropertyNameMap;
}
-// -----------------------------------------------------------------------------
+
void OMetaConnection::throwGenericSQLException( sal_uInt16 _nErrorResourceId,const Reference< XInterface>& _xContext )
{
OUString sErrorMessage;