[Libreoffice-commits] .: Branch 'features/base-preview' - sw/source

Lionel Elie Mamane lmamane at kemper.freedesktop.org
Wed Jun 20 01:49:47 PDT 2012


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

New commits:
commit a2c9059f4137b208842786d37903722c60df202e
Author: Lionel Elie Mamane <lionel at 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;
     }
 }
 


More information about the Libreoffice-commits mailing list