summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/odma
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/odma')
-rw-r--r--ucb/source/ucp/odma/odma_provider.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/odma/odma_provider.cxx b/ucb/source/ucp/odma/odma_provider.cxx
index 22f8d39c73..0917e96d88 100644
--- a/ucb/source/ucp/odma/odma_provider.cxx
+++ b/ucb/source/ucp/odma/odma_provider.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: odma_provider.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 13:58:37 $
+ * last change: $Author: vg $ $Date: 2006-11-01 10:12:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -96,7 +96,7 @@ ContentProvider::ContentProvider(
ContentProvider::~ContentProvider()
{
ContentsMap::iterator aIter = m_aContents.begin();
- for (;aIter != m_aContents.begin() ;++aIter )
+ for (;aIter != m_aContents.end() ;++aIter )
{
if(aIter->second->m_bIsOpen)
closeDocument(aIter->first);