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

New commits:
commit 64403ab585e616595dd339f592c6f2ca41d5e2f8
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
    Reviewed-on: https://gerrit.libreoffice.org/1778
    Reviewed-by: Petr Mladek <pmla...@suse.cz>
    Tested-by: Petr Mladek <pmla...@suse.cz>

diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index 68be16dd..2227c19 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -1805,6 +1805,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