summaryrefslogtreecommitdiff
path: root/sc
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 19:15:35 +0000
commitd0b841e5501881c5676e27da08fddcb5f9d4bc1a (patch)
treea2fd92de77c6fe28c2ae1e18c2bdda0bbf4c39cc /sc
parent6872899cc1716f251988dfb3c86aa04c716cfda4 (diff)
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/33533 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sc')
-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 c16d042df2da..19a1618545bd 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;
}
}