summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/core/inc/tablecontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/tablecontainer.hxx')
-rw-r--r--dbaccess/source/core/inc/tablecontainer.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/dbaccess/source/core/inc/tablecontainer.hxx b/dbaccess/source/core/inc/tablecontainer.hxx
index f11dda2612ff..ffba84a0bb72 100644
--- a/dbaccess/source/core/inc/tablecontainer.hxx
+++ b/dbaccess/source/core/inc/tablecontainer.hxx
@@ -41,9 +41,7 @@ namespace dbaccess
{
typedef ::cppu::ImplHelper1< ::com::sun::star::container::XContainerListener> OTableContainer_Base;
- //==========================================================================
- //= OTableContainer
- //==========================================================================
+ // OTableContainer
class OContainerMediator;
class OTableContainer : public OFilteredContainer,
@@ -53,7 +51,6 @@ namespace dbaccess
::rtl::Reference< OContainerMediator > m_pTableMediator;
sal_Bool m_bInDrop; // set when we are in the drop method
-
// OFilteredContainer
virtual void addMasterContainerListener();
virtual void removeMasterContainerListener();
@@ -104,5 +101,4 @@ namespace dbaccess
}
#endif // _DBA_CORE_TABLECONTAINER_HXX_
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */