summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/TConnection.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /connectivity/source/commontools/TConnection.cxx
parentb81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff)
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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;