summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
Diffstat (limited to 'svl')
-rw-r--r--svl/source/svdde/ddesvr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/svdde/ddesvr.cxx b/svl/source/svdde/ddesvr.cxx
index 0d887a391d93..35a0ba7e0cc0 100644
--- a/svl/source/svdde/ddesvr.cxx
+++ b/svl/source/svdde/ddesvr.cxx
@@ -204,7 +204,7 @@ found:
{
pC->pTopic->_Disconnect( (long) hConv );
for ( ConvList::iterator it = pService->pConv->begin();
- it < pService->pConv->end();
+ it != pService->pConv->end();
++it
) {
if ( *it == pC )