summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-18 14:07:25 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-18 14:11:32 +0100
commit1de8d78a8ee6ddd6f2b175330fcb709f56b35960 (patch)
tree4734b326f317ab2c23e0580568404a8bf6d56b0f
parent77f6c7bb7d2241f605a111ff099ce50fb2562440 (diff)
don't create multiple dialogs in the loop, fdo#59314
Change-Id: Ia48262cdf8b07caf6622f2d4a48f366f3f26c0fd
-rw-r--r--sc/source/ui/view/cellsh1.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index 6d434cec9f3a..4654596e529b 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -1803,6 +1803,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
// found a matching range, edit this conditional format
nKey = pCondFormat->GetKey();
pCondFormatDlg.reset( new ScCondFormatDlg( pTabViewShell->GetDialogParent(), pDoc, pCondFormat, rCondFormatRange, aPos, condformat::dialog::NONE ) );
+ break;
}
}