sw/source/ui/docvw/FrameControlsManager.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a2c9059f4137b208842786d37903722c60df202e
Author: Lionel Elie Mamane <lio...@mamane.lu>
Date:   Wed Jun 20 10:49:14 2012 +0200

    fdo#51243 infinite loop in SwFrameControlsManager::SetReadonlyControls
    
    Change-Id: Id2c6fa349203b62869b75b9b8560c9ce7e365897

diff --git a/sw/source/ui/docvw/FrameControlsManager.cxx 
b/sw/source/ui/docvw/FrameControlsManager.cxx
index 1413942..bcc489f 100644
--- a/sw/source/ui/docvw/FrameControlsManager.cxx
+++ b/sw/source/ui/docvw/FrameControlsManager.cxx
@@ -122,6 +122,7 @@ void SwFrameControlsManager::SetReadonlyControls( bool 
bReadonly )
             aCtrlIt->second->SetReadonly( bReadonly );
             ++aCtrlIt;
         }
+        ++pIt;
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to