summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:46:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:46:07 +0000
commit16a006b0d49d44286d836fd680b7cfcfac0b87be (patch)
tree671ade3bf0be6a8292dd0d2fbe70dceccee4b1a2
parentb403356440ce7461058154218bf9019b513ec6c7 (diff)
INTEGRATION: CWS warnings01 (1.3.274); FILE MERGED
2005/09/23 03:13:29 sb 1.3.274.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/01 13:59:56 sb 1.3.274.1: #i53898# Made code warning-free.
-rw-r--r--comphelper/source/container/container.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/comphelper/source/container/container.cxx b/comphelper/source/container/container.cxx
index 30d656ee9d5a..0b9bcff63c46 100644
--- a/comphelper/source/container/container.cxx
+++ b/comphelper/source/container/container.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: container.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:44:44 $
+ * last change: $Author: hr $ $Date: 2006-06-19 22:46:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,6 +62,8 @@ IndexAccessIterator::IndexAccessIterator(::com::sun::star::uno::Reference< ::com
OSL_ENSURE(m_xStartingPoint.is(), "IndexAccessIterator::IndexAccessIterator : no starting point !");
}
+IndexAccessIterator::~IndexAccessIterator() {}
+
//------------------------------------------------------------------------------
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> IndexAccessIterator::Next()
{