summaryrefslogtreecommitdiff
path: root/sd/source/ui/view
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r--sd/source/ui/view/FormShellManager.cxx4
-rw-r--r--sd/source/ui/view/Outliner.cxx6
-rw-r--r--sd/source/ui/view/ViewShellBase.cxx8
-rw-r--r--sd/source/ui/view/ViewShellHint.cxx4
-rw-r--r--sd/source/ui/view/drviews1.cxx4
-rw-r--r--sd/source/ui/view/frmview.cxx20
-rw-r--r--sd/source/ui/view/outlview.cxx4
-rw-r--r--sd/source/ui/view/viewshe2.cxx8
-rw-r--r--sd/source/ui/view/viewshel.cxx12
9 files changed, 1 insertions, 69 deletions
diff --git a/sd/source/ui/view/FormShellManager.cxx b/sd/source/ui/view/FormShellManager.cxx
index 8e21db98f798..1225f8d61bcc 100644
--- a/sd/source/ui/view/FormShellManager.cxx
+++ b/sd/source/ui/view/FormShellManager.cxx
@@ -137,10 +137,6 @@ void FormShellManager::SetFormShell (FmFormShell* pFormShell)
-FmFormShell* FormShellManager::GetFormShell (void)
-{
- return mpFormShell;
-}
diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index c8e262a61125..a576cf871483 100644
--- a/sd/source/ui/view/Outliner.cxx
+++ b/sd/source/ui/view/Outliner.cxx
@@ -95,7 +95,7 @@ public:
/** Return the OutlinerView that was provided by the last call to
ProvideOutlinerView() (or NULL when there was no such call.)
*/
- OutlinerView* GetOutlinerView (void);
+ OutlinerView* GetOutlinerView (void) { return mpOutlineView;}
/** Provide in the member mpOutlineView an instance of OutlinerView that
is either taken from the ViewShell, when it is an OutlineViewShell,
@@ -1742,10 +1742,6 @@ Outliner::Implementation::~Implementation (void)
-OutlinerView* Outliner::Implementation::GetOutlinerView ()
-{
- return mpOutlineView;
-}
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx
index 96c15633a346..4237e2c461f4 100644
--- a/sd/source/ui/view/ViewShellBase.cxx
+++ b/sd/source/ui/view/ViewShellBase.cxx
@@ -412,17 +412,9 @@ ViewShellBase* ViewShellBase::GetViewShellBase (SfxViewFrame* pViewFrame)
-DrawDocShell* ViewShellBase::GetDocShell (void) const
-{
- return mpDocShell;
-}
-SdDrawDocument* ViewShellBase::GetDocument (void) const
-{
- return mpDocument;
-}
diff --git a/sd/source/ui/view/ViewShellHint.cxx b/sd/source/ui/view/ViewShellHint.cxx
index a4eddefed9b2..130152a85376 100644
--- a/sd/source/ui/view/ViewShellHint.cxx
+++ b/sd/source/ui/view/ViewShellHint.cxx
@@ -33,10 +33,6 @@ ViewShellHint::ViewShellHint (HintId eHintId)
-ViewShellHint::HintId ViewShellHint::GetHintId (void) const
-{
- return meHintId;
-}
} // end of namespace sd
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index 6ceeca8a4cb3..5760ffb69bed 100644
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -471,10 +471,6 @@ void DrawViewShell::ChangeEditMode(EditMode eEMode, bool bIsLayerModeActive)
-bool DrawViewShell::IsLayerModeActive (void) const
-{
- return mbIsLayerModeActive;
-}
/**
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
diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx
index b6b4d4153260..058c01556722 100644
--- a/sd/source/ui/view/outlview.cxx
+++ b/sd/source/ui/view/outlview.cxx
@@ -1042,10 +1042,6 @@ SdrTextObj* OutlineView::CreateOutlineTextObject(SdPage* pPage)
return GetOutlineTextObject(pPage);
}
-sal_uLong OutlineView::GetPaperWidth()
-{
- return mnPaperWidth;
-}
/** updates draw model with all changes from outliner model */
bool OutlineView::PrepareClose(bool)
diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx
index 8f91d6c75af0..68864d49d508 100644
--- a/sd/source/ui/view/viewshe2.cxx
+++ b/sd/source/ui/view/viewshe2.cxx
@@ -717,14 +717,6 @@ bool ViewShell::RequestHelp(const HelpEvent& rHEvt, ::sd::Window*)
-FrameView* ViewShell::GetFrameView (void)
-{
- return mpFrameView;
-}
-
-
-
-
void ViewShell::SetFrameView (FrameView* pNewFrameView)
{
mpFrameView = pNewFrameView;
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx
index 17bcf5f8cd1b..2ff4a712b1d1 100644
--- a/sd/source/ui/view/viewshel.cxx
+++ b/sd/source/ui/view/viewshel.cxx
@@ -829,10 +829,6 @@ const SfxPoolItem* ViewShell::GetNumBulletItem(SfxItemSet& aNewAttr, sal_uInt16&
}
-bool ViewShell::HasRuler (void)
-{
- return mbHasRulers;
-}
@@ -1447,10 +1443,6 @@ void ViewShell::SetIsMainViewShell (bool bIsMainViewShell)
-::sd::Window* ViewShell::GetActiveWindow (void) const
-{
- return mpActiveWindow;
-}
@@ -1476,10 +1468,6 @@ void ViewShell::Draw(OutputDevice &, const Region &)
-ZoomList* ViewShell::GetZoomList (void)
-{
- return mpZoomList;
-}