summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/viewdata.cxx')
-rw-r--r--sc/source/ui/view/viewdata.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx
index 0d3d52bb353e..d0c5f0e66d2f 100644
--- a/sc/source/ui/view/viewdata.cxx
+++ b/sc/source/ui/view/viewdata.cxx
@@ -2669,18 +2669,12 @@ const ScMarkData& ScViewData::GetMarkData() const
return *mpMarkData;
}
-vcl::Window* ScViewData::GetDialogParent()
+weld::Window* ScViewData::GetDialogParent()
{
assert(pViewShell && "GetDialogParent() without ViewShell");
return pViewShell->GetDialogParent();
}
-weld::Window* ScViewData::GetFrameWeld()
-{
- assert(pViewShell && "GetDialogParent() without ViewShell");
- return pViewShell->GetFrameWeld();
-}
-
ScGridWindow* ScViewData::GetActiveWin()
{
assert(pView && "GetActiveWin() without View");