summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-10-01 12:51:27 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-10-01 12:51:27 +0100
commit8e01b2aca4aad3c4f366b3f8d385b3dbe9aaa886 (patch)
treef2a28cc56628408470aa39408f5ca47e08c8e394
parent256344d507dbcc22e1e371b8061ad5cfdf21cf98 (diff)
fdo#54940 - fix last small ergonomic issue.
Change-Id: I305bf537a203389321aa0e0efc1ce3d9654dd4aa
-rw-r--r--sc/source/ui/view/cellsh1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index e9211c109d8a..bd8f75acd89f 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -2061,7 +2061,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
const ScConditionalFormat* pCondFormat = pDoc->GetCondFormat(aPos.Col(), aPos.Row(), aPos.Tab());
if(pCondFormat)
{
- pDlg = pFact->CreateScCondFormatDlg( pTabViewShell->GetDialogParent(), pDoc, pCondFormat, pCondFormat->GetRange(), pCondFormat->GetRange().GetTopLeftCorner(), RID_SCDLG_CONDFORMAT );
+ pDlg = pFact->CreateScCondFormatDlg( pTabViewShell->GetDialogParent(), pDoc, pCondFormat, pCondFormat->GetRange(), aPos, RID_SCDLG_CONDFORMAT );
}
else
{