[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jan 21 08:15:21 PST 2013
sc/source/ui/view/cellsh1.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 64403ab585e616595dd339f592c6f2ca41d5e2f8
Author: Markus Mohrhard <markus.mohrhard at 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 <pmladek at suse.cz>
Tested-by: Petr Mladek <pmladek at 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;
}
}
More information about the Libreoffice-commits
mailing list