summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/viewcontainer.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/viewcontainer.cxx
parent6450d1a7f5a6cab445a1b53c93f3c010d771c3a5 (diff)
Removed comments, trailing spaces and death code
Diffstat (limited to 'dbaccess/source/core/api/viewcontainer.cxx')
-rw-r--r--dbaccess/source/core/api/viewcontainer.cxx24
1 files changed, 11 insertions, 13 deletions
diff --git a/dbaccess/source/core/api/viewcontainer.cxx b/dbaccess/source/core/api/viewcontainer.cxx
index f9baf1a6047d..59c85a8cf8c5 100644
--- a/dbaccess/source/core/api/viewcontainer.cxx
+++ b/dbaccess/source/core/api/viewcontainer.cxx
@@ -73,7 +73,7 @@ using namespace ::connectivity::sdbcx;
//= OViewContainer
//==========================================================================
DBG_NAME(OViewContainer)
-//------------------------------------------------------------------------------
+
OViewContainer::OViewContainer(::cppu::OWeakObject& _rParent
,::osl::Mutex& _rMutex
,const Reference< XConnection >& _xCon
@@ -87,17 +87,15 @@ OViewContainer::OViewContainer(::cppu::OWeakObject& _rParent
DBG_CTOR(OViewContainer, NULL);
}
-//------------------------------------------------------------------------------
OViewContainer::~OViewContainer()
{
// dispose();
DBG_DTOR(OViewContainer, NULL);
}
-//------------------------------------------------------------------------------
+
// XServiceInfo
-//------------------------------------------------------------------------------
IMPLEMENT_SERVICE_INFO2(OViewContainer, "com.sun.star.sdb.dbaccess.OViewContainer", SERVICE_SDBCX_CONTAINER, SERVICE_SDBCX_TABLES)
-// -----------------------------------------------------------------------------
+
ObjectType OViewContainer::createObject(const ::rtl::OUString& _rName)
{
ObjectType xProp;
@@ -123,7 +121,7 @@ ObjectType OViewContainer::createObject(const ::rtl::OUString& _rName)
return xProp;
}
-// -----------------------------------------------------------------------------
+
Reference< XPropertySet > OViewContainer::createDescriptor()
{
Reference< XPropertySet > xRet;
@@ -138,7 +136,7 @@ Reference< XPropertySet > OViewContainer::createDescriptor()
return xRet;
}
-// -----------------------------------------------------------------------------
+
// XAppend
ObjectType OViewContainer::appendObject( const ::rtl::OUString& _rForName, const Reference< XPropertySet >& descriptor )
{
@@ -182,7 +180,7 @@ ObjectType OViewContainer::appendObject( const ::rtl::OUString& _rForName, const
return createObject( _rForName );
}
-// -------------------------------------------------------------------------
+
// XDrop
void OViewContainer::dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName)
{
@@ -222,7 +220,7 @@ void OViewContainer::dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementN
}
}
}
-// -----------------------------------------------------------------------------
+
void SAL_CALL OViewContainer::elementInserted( const ContainerEvent& Event ) throw (RuntimeException)
{
::osl::MutexGuard aGuard(m_rMutex);
@@ -239,7 +237,7 @@ void SAL_CALL OViewContainer::elementInserted( const ContainerEvent& Event ) thr
insertElement(sName,createObject(sName));
}
}
-// -----------------------------------------------------------------------------
+
void SAL_CALL OViewContainer::elementRemoved( const ContainerEvent& Event ) throw (RuntimeException)
{
::osl::MutexGuard aGuard(m_rMutex);
@@ -259,15 +257,15 @@ void SAL_CALL OViewContainer::elementRemoved( const ContainerEvent& Event ) thro
m_bInElementRemoved = false;
}
}
-// -----------------------------------------------------------------------------
+
void SAL_CALL OViewContainer::disposing( const ::com::sun::star::lang::EventObject& /*Source*/ ) throw (RuntimeException)
{
}
-// -----------------------------------------------------------------------------
+
void SAL_CALL OViewContainer::elementReplaced( const ContainerEvent& /*Event*/ ) throw (RuntimeException)
{
}
-// -----------------------------------------------------------------------------
+
::rtl::OUString OViewContainer::getTableTypeRestriction() const
{
// no restriction at all (other than the ones provided externally)