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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/commontools/TConnection.cxx b/connectivity/source/commontools/TConnection.cxx
index a0808ae5e852..b0747dfae28e 100644
--- a/connectivity/source/commontools/TConnection.cxx
+++ b/connectivity/source/commontools/TConnection.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,8 +42,8 @@ using namespace com::sun::star::beans;
using namespace ::osl;
//------------------------------------------------------------------------------
-OMetaConnection::OMetaConnection()
- : OMetaConnection_BASE(m_aMutex)
+OMetaConnection::OMetaConnection()
+ : OMetaConnection_BASE(m_aMutex)
, m_nTextEncoding(RTL_TEXTENCODING_MS_1252)
{
}
@@ -54,7 +54,7 @@ void OMetaConnection::disposing()
m_xMetaData = WeakReference< XDatabaseMetaData>();
for (OWeakRefArray::iterator i = m_aStatements.begin(); m_aStatements.end() != i; ++i)
{
- try
+ try
{
Reference< XInterface > xStatement( i->get() );
::comphelper::disposeComponent( xStatement );