summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-31 07:30:48 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-31 07:30:48 +0000
commitbd7ab0cb49ac18d5836ca1cd2c1fb56fe3e9efa0 (patch)
tree071c09489dc39d376b4dccc650125ec0df7a65c0 /svtools/source
parentc604439236eacb38ca648ef707f4deb46b4c9aa6 (diff)
INTEGRATION: CWS fwkbugfix05 (1.3.50); FILE MERGED
2005/01/06 16:32:29 mba 1.3.50.1: #i37381#: found endless loop
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/uno/statusbarcontroller.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/uno/statusbarcontroller.cxx b/svtools/source/uno/statusbarcontroller.cxx
index a5020135e308..b0dc42937a9d 100644
--- a/svtools/source/uno/statusbarcontroller.cxx
+++ b/svtools/source/uno/statusbarcontroller.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: statusbarcontroller.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-11-17 15:02:52 $
+ * last change: $Author: rt $ $Date: 2005-01-31 08:30:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -361,6 +361,7 @@ throw ( RuntimeException )
Reference< XInterface > xIfac( pIter->second, UNO_QUERY );
if ( xSource == xIfac )
pIter->second.clear();
+ pIter++;
}
Reference< XInterface > xIfac( m_xFrame, UNO_QUERY );