summaryrefslogtreecommitdiff
path: root/comphelper/source/container/enumhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/container/enumhelper.cxx')
-rw-r--r--comphelper/source/container/enumhelper.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/comphelper/source/container/enumhelper.cxx b/comphelper/source/container/enumhelper.cxx
index 07cb797e7238..343b27655a95 100644
--- a/comphelper/source/container/enumhelper.cxx
+++ b/comphelper/source/container/enumhelper.cxx
@@ -20,14 +20,14 @@
#include <comphelper/enumhelper.hxx>
#include <com/sun/star/lang/XComponent.hpp>
-//.........................................................................
+
namespace comphelper
{
-//.........................................................................
-//==================================================================
+
+
//= OEnumerationByName
-//==================================================================
+
OEnumerationByName::OEnumerationByName(const staruno::Reference<starcontainer::XNameAccess>& _rxAccess)
:m_aNames(_rxAccess->getElementNames())
@@ -140,9 +140,9 @@ void OEnumerationByName::impl_stopDisposeListening()
--m_refCount;
}
-//==================================================================
+
//= OEnumerationByIndex
-//==================================================================
+
OEnumerationByIndex::OEnumerationByIndex(const staruno::Reference< starcontainer::XIndexAccess >& _rxAccess)
:m_nPos(0)
@@ -243,9 +243,9 @@ void OEnumerationByIndex::impl_stopDisposeListening()
--m_refCount;
}
-//==================================================================
+
//= OAnyEnumeration
-//==================================================================
+
OAnyEnumeration::OAnyEnumeration(const staruno::Sequence< staruno::Any >& lItems)
@@ -280,9 +280,9 @@ staruno::Any SAL_CALL OAnyEnumeration::nextElement( )
return m_lItems[nPos];
}
-//.........................................................................
+
} // namespace comphelper
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */