summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/reffact.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/reffact.cxx')
-rw-r--r--sc/source/ui/view/reffact.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/reffact.cxx b/sc/source/ui/view/reffact.cxx
index 66012a845943..3d1481cacf5c 100644
--- a/sc/source/ui/view/reffact.cxx
+++ b/sc/source/ui/view/reffact.cxx
@@ -243,7 +243,7 @@ ScAcceptChgDlgWrapper::ScAcceptChgDlgWrapper( Window* pParentP,
PTR_CAST( ScTabViewShell, SfxViewShell::Current() );
OSL_ENSURE( pViewShell, "missing view shell :-(" );
pWindow = pViewShell ?
- new ScAcceptChgDlg( pBindings, this, pParentP, pViewShell->GetViewData() ) :
+ new ScAcceptChgDlg( pBindings, this, pParentP, &pViewShell->GetViewData() ) :
NULL;
if(pWindow!=NULL)
{
@@ -261,7 +261,7 @@ void ScAcceptChgDlgWrapper::ReInitDlg()
if(pWindow!=NULL && pViewShell)
{
- ((ScAcceptChgDlg*)pWindow)->ReInit(pViewShell->GetViewData());
+ ((ScAcceptChgDlg*)pWindow)->ReInit(&pViewShell->GetViewData());
}
}