summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/HelperCollections.cxx
diff options
context:
space:
mode:
authorGil Forcada <gforcada@gnome.org>2010-10-12 22:40:56 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-13 12:18:30 +0200
commit1aa44a7761f8cd778e27ef205622f807720af62a (patch)
tree3ae6d3163a9069c0e1796f58390d744dc5966ccd /dbaccess/source/core/api/HelperCollections.cxx
parent6450d1a7f5a6cab445a1b53c93f3c010d771c3a5 (diff)
Removed comments, trailing spaces and death code
Diffstat (limited to 'dbaccess/source/core/api/HelperCollections.cxx')
-rw-r--r--dbaccess/source/core/api/HelperCollections.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/dbaccess/source/core/api/HelperCollections.cxx b/dbaccess/source/core/api/HelperCollections.cxx
index ec431855dde3..63416ba0499b 100644
--- a/dbaccess/source/core/api/HelperCollections.cxx
+++ b/dbaccess/source/core/api/HelperCollections.cxx
@@ -47,7 +47,7 @@ namespace dbaccess
using namespace ::com::sun::star::script;
using namespace ::cppu;
using namespace ::osl;
- // -----------------------------------------------------------------------------
+
OPrivateColumns::OPrivateColumns(const ::vos::ORef< ::connectivity::OSQLColumns>& _rColumns,
sal_Bool _bCase,
::cppu::OWeakObject& _rParent,
@@ -59,7 +59,6 @@ namespace dbaccess
{
}
- // -------------------------------------------------------------------------
OPrivateColumns* OPrivateColumns::createWithIntrinsicNames( const ::vos::ORef< ::connectivity::OSQLColumns >& _rColumns,
sal_Bool _bCase, ::cppu::OWeakObject& _rParent, ::osl::Mutex& _rMutex )
{
@@ -78,7 +77,6 @@ namespace dbaccess
return new OPrivateColumns( _rColumns, _bCase, _rParent, _rMutex, aNames, sal_False );
}
- // -------------------------------------------------------------------------
void SAL_CALL OPrivateColumns::disposing(void)
{
m_aColumns = NULL;
@@ -87,7 +85,7 @@ namespace dbaccess
// So we're not allowed to dispose our elements.
OPrivateColumns_Base::disposing();
}
- // -------------------------------------------------------------------------
+
connectivity::sdbcx::ObjectType OPrivateColumns::createObject(const ::rtl::OUString& _rName)
{
if ( m_aColumns.isValid() )
@@ -103,7 +101,7 @@ namespace dbaccess
}
return NULL;
}
- // -------------------------------------------------------------------------
+
connectivity::sdbcx::ObjectType OPrivateTables::createObject(const ::rtl::OUString& _rName)
{
if ( !m_aTables.empty() )
@@ -115,7 +113,6 @@ namespace dbaccess
}
return NULL;
}
- // -----------------------------------------------------------------------------
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */