sc/source/ui/view/cellsh1.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1de8d78a8ee6ddd6f2b175330fcb709f56b35960
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Fri Jan 18 14:07:25 2013 +0100

    don't create multiple dialogs in the loop, fdo#59314
    
    Change-Id: Ia48262cdf8b07caf6622f2d4a48f366f3f26c0fd

diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index 6d434ce..4654596 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;
                         }
                     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to