summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-09 14:09:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-09 14:09:52 +0000
commit72a7b01780dcc57d70d7429c2091f4e0bf94cf87 (patch)
tree99e221f7584f58360ab6139b1fd1ae9c48731edf /svtools
parent595dfc4f75b988b33d66d2e0053cff97e5f7af98 (diff)
INTEGRATION: CWS fwkpp2fix01 (1.3.74); FILE MERGED
2004/10/28 09:35:27 mav 1.3.74.1: #i36143# fix for endless loop from CD
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/toolboxcontroller.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/uno/toolboxcontroller.cxx b/svtools/source/uno/toolboxcontroller.cxx
index 312b88d1ba9b..3810d4f30c9d 100644
--- a/svtools/source/uno/toolboxcontroller.cxx
+++ b/svtools/source/uno/toolboxcontroller.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toolboxcontroller.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-09-09 09:06:33 $
+ * last change: $Author: rt $ $Date: 2004-11-09 15:09:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -358,6 +358,7 @@ throw ( RuntimeException )
Reference< XInterface > xIfac( pIter->second, UNO_QUERY );
if ( xSource == xIfac )
pIter->second.clear();
+ ++pIter;
}
Reference< XInterface > xIfac( m_xFrame, UNO_QUERY );