diff options
Diffstat (limited to 'editeng/source/outliner/outlvw.cxx')
-rw-r--r-- | editeng/source/outliner/outlvw.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx index d9a832fb524c..f74689f91ded 100644 --- a/editeng/source/outliner/outlvw.cxx +++ b/editeng/source/outliner/outlvw.cxx @@ -1382,11 +1382,6 @@ void OutlinerView::RegisterViewShell(OutlinerViewShell* pViewShell) pEditView->RegisterViewShell(pViewShell); } -const OutlinerViewShell* OutlinerView::GetViewShell() -{ - return pEditView->GetViewShell(); -} - Color const & OutlinerView::GetBackgroundColor() const { return pEditView->GetBackgroundColor(); |