summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-01-25 13:34:43 +0100
committerEike Rathke <erack@redhat.com>2017-01-25 13:35:53 +0100
commit0367acdcc59e14b0b067976a08202e8afef0ecf3 (patch)
tree8649f51e7559bb8e604e2d8ed8b06d4a80fa029a
parentff4f48892aca8de695709132fdeb099809db8b55 (diff)
Resolves: tdf#105351 pass matching index key to conditional format dialog
Change-Id: I9d872140755c4ec0ae67349530b00f339057a356
-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 c0d4d4f03bdc..7dd680949aea 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -2005,6 +2005,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
{
// found a matching range, edit this conditional format
bCondFormatDlg = true;
+ nIndex = pCondFormat->GetKey();
break;
}
}