summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/frmview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/frmview.cxx')
-rw-r--r--sd/source/ui/view/frmview.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sd/source/ui/view/frmview.cxx b/sd/source/ui/view/frmview.cxx
index d780e1db0f34..a5fdb8862cb7 100644
--- a/sd/source/ui/view/frmview.cxx
+++ b/sd/source/ui/view/frmview.cxx
@@ -380,10 +380,6 @@ void FrameView::SetViewShEditModeOnLoad (EditMode eMode)
-EditMode FrameView::GetViewShEditModeOnLoad (void) const
-{
- return meEditModeOnLoad;
-}
@@ -959,10 +955,6 @@ void FrameView::SetPreviousViewShellType (ViewShell::ShellType eType)
-ViewShell::ShellType FrameView::GetPreviousViewShellType (void) const
-{
- return mePreviousViewShellType;
-}
@@ -975,10 +967,6 @@ void FrameView::SetViewShellTypeOnLoad (ViewShell::ShellType eType)
-ViewShell::ShellType FrameView::GetViewShellTypeOnLoad (void) const
-{
- return meViewShellTypeOnLoad;
-}
@@ -991,10 +979,6 @@ void FrameView::SetSelectedPage(sal_uInt16 nPage)
-sal_uInt16 FrameView::GetSelectedPage (void) const
-{
- return mnSelectedPage;
-}
@@ -1007,10 +991,6 @@ void FrameView::SetIsNavigatorShowingAllShapes (const bool bIsNavigatorShowingAl
-bool FrameView::IsNavigatorShowingAllShapes (void) const
-{
- return mbIsNavigatorShowingAllShapes;
-}
} // end of namespace sd