diff options
Diffstat (limited to 'sc/source/ui/view/cellsh1.cxx')
-rw-r--r-- | sc/source/ui/view/cellsh1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx index 8492d8d4e227..a55673827585 100644 --- a/sc/source/ui/view/cellsh1.cxx +++ b/sc/source/ui/view/cellsh1.cxx @@ -2614,7 +2614,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq ) pList = rDoc.GetCondFormList( aPos.Tab() ); VclPtr<AbstractScCondFormatManagerDlg> pDlg(pFact->CreateScCondFormatMgrDlg( - pTabViewShell->GetFrameWeld(), &rDoc, pList)); + pTabViewShell->GetFrameWeld(), rDoc, pList)); if (pDlgItem) pDlg->SetModified(); |