[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sw/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Wed Jun 20 06:12:00 PDT 2012
sw/source/ui/docvw/FrameControlsManager.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit fa84c91b85b6934b21b02b07de1409be38425229
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
Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>
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