summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/core/dataaccess/bookmarkcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/dataaccess/bookmarkcontainer.hxx')
-rw-r--r--dbaccess/source/core/dataaccess/bookmarkcontainer.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/dbaccess/source/core/dataaccess/bookmarkcontainer.hxx b/dbaccess/source/core/dataaccess/bookmarkcontainer.hxx
index 36a7cb40d057..81ba669e7177 100644
--- a/dbaccess/source/core/dataaccess/bookmarkcontainer.hxx
+++ b/dbaccess/source/core/dataaccess/bookmarkcontainer.hxx
@@ -37,10 +37,8 @@
namespace dbaccess
{
-//==========================================================================
-//= OBookmarkContainer - base class of collections of database definition
-//= documents
-//==========================================================================
+// OBookmarkContainer - base class of collections of database definition
+// documents
typedef ::cppu::WeakImplHelper6 <
::com::sun::star::container::XIndexAccess
, ::com::sun::star::container::XNameContainer
@@ -66,7 +64,6 @@ protected:
m_aContainerListeners;
::osl::Mutex& m_rMutex;
-
public:
/** constructs the container.<BR>
after the construction of the object the creator has to call <code>initialize</code>.
@@ -128,7 +125,6 @@ public:
*/
virtual void dispose();
-
protected:
/** checks whether the object is basically alive, i.e. it has been fully initialized (@see initialize) and
not disposed (@see dispose)