Resolves: tdf#105351 pass matching index key to conditional format dialog

Change-Id: I9d872140755c4ec0ae67349530b00f339057a356
This commit is contained in:
Eike Rathke
2017-01-25 13:34:43 +01:00
parent ff4f48892a
commit 0367acdcc5

View File

@@ -2005,6 +2005,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
{
// found a matching range, edit this conditional format
bCondFormatDlg = true;
nIndex = pCondFormat->GetKey();
break;
}
}