diff options
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r-- | sc/source/ui/view/tabvwshc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwshc.cxx b/sc/source/ui/view/tabvwshc.cxx index 5a2153e6043b..c15ab6c4a2c0 100644 --- a/sc/source/ui/view/tabvwshc.cxx +++ b/sc/source/ui/view/tabvwshc.cxx @@ -265,7 +265,7 @@ std::shared_ptr<SfxModelessDialogController> ScTabViewShell::CreateRefDialogCont break; } case SID_OPENDLG_EDIT_PRINTAREA: - xResult = std::make_shared<ScPrintAreasDlg>(pB, pCW, pParent); + xResult = std::make_shared<ScPrintAreasDlg>(pB, pCW, pParent, GetViewData()); break; case SID_DEFINE_COLROWNAMERANGES: xResult = std::make_shared<ScColRowNameRangesDlg>(pB, pCW, pParent, GetViewData()); |