summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-06-20 10:49:14 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-06-20 15:10:42 +0200
commitfa84c91b85b6934b21b02b07de1409be38425229 (patch)
treebdc8673ca634be32548911a214341535bc0ee38a /sw/source/ui
parentca28a2430e392d7a7fe6f636da446095e55c3676 (diff)
fdo#51243 infinite loop in SwFrameControlsManager::SetReadonlyControls
Change-Id: Id2c6fa349203b62869b75b9b8560c9ce7e365897 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/docvw/FrameControlsManager.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/docvw/FrameControlsManager.cxx b/sw/source/ui/docvw/FrameControlsManager.cxx
index 1413942714c2..bcc489fd63e0 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;
}
}