summaryrefslogtreecommitdiff
path: root/ucb/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-01 09:12:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-01 09:12:58 +0000
commita9cab47ea6d0b889a150889b68f90aec47db44ab (patch)
treea108745235a12c56b3f5e0a77dcd823a6797f03c /ucb/source
parent84f683a1ef039adc605870134d25ef26ec0cc6a2 (diff)
INTEGRATION: CWS abi30 (1.4.50); FILE MERGED
2006/10/17 15:13:26 abi 1.4.50.2: RESYNC: (1.4-1.5); FILE MERGED 2006/10/15 12:44:04 abi 1.4.50.1: i63808#
Diffstat (limited to 'ucb/source')
-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);