summaryrefslogtreecommitdiff
path: root/comphelper/source/container/container.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/container/container.cxx')
-rw-r--r--comphelper/source/container/container.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/comphelper/source/container/container.cxx b/comphelper/source/container/container.cxx
index ce5c2f15f648..a9edef8a458f 100644
--- a/comphelper/source/container/container.cxx
+++ b/comphelper/source/container/container.cxx
@@ -31,7 +31,6 @@ namespace comphelper
IndexAccessIterator::IndexAccessIterator(css::uno::Reference< css::uno::XInterface> const & xStartingPoint)
:m_xStartingPoint(xStartingPoint)
- ,m_xCurrentObject(nullptr)
{
OSL_ENSURE(m_xStartingPoint.is(), "IndexAccessIterator::IndexAccessIterator : no starting point !");
}