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

New commits:
commit df4efcbbb820f7e2c15afd15ccf29b4f613bca44
Author: Eike Rathke <er...@redhat.com>
Date:   Wed Jan 25 13:34:43 2017 +0100

    Resolves: tdf#105351 pass matching index key to conditional format dialog
    
    Change-Id: I9d872140755c4ec0ae67349530b00f339057a356
    (cherry picked from commit 0367acdcc59e14b0b067976a08202e8afef0ecf3)
    Reviewed-on: https://gerrit.libreoffice.org/33529
    Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index f661f34..f17de35 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -2004,6 +2004,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
                         {
                             // found a matching range, edit this conditional 
format
                             bCondFormatDlg = true;
+                            nIndex = pCondFormat->GetKey();
                             break;
                         }
                     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to