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.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/comphelper/source/container/enumhelper.cxx b/comphelper/source/container/enumhelper.cxx
index 46f9a137a5b6..7a7b07725584 100644
--- a/comphelper/source/container/enumhelper.cxx
+++ b/comphelper/source/container/enumhelper.cxx
@@ -24,11 +24,6 @@
namespace comphelper
{
-
-
-//= OEnumerationByName
-
-
OEnumerationByName::OEnumerationByName(const css::uno::Reference<css::container::XNameAccess>& _rxAccess)
:m_aNames(_rxAccess->getElementNames())
,m_nPos(0)
@@ -140,10 +135,6 @@ void OEnumerationByName::impl_stopDisposeListening()
--m_refCount;
}
-
-//= OEnumerationByIndex
-
-
OEnumerationByIndex::OEnumerationByIndex(const css::uno::Reference< css::container::XIndexAccess >& _rxAccess)
:m_nPos(0)
,m_xAccess(_rxAccess)
@@ -243,11 +234,6 @@ void OEnumerationByIndex::impl_stopDisposeListening()
--m_refCount;
}
-
-//= OAnyEnumeration
-
-
-
OAnyEnumeration::OAnyEnumeration(const css::uno::Sequence< css::uno::Any >& lItems)
:m_nPos(0)
,m_lItems(lItems)