summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/viewshel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/viewshel.cxx')
-rw-r--r--sd/source/ui/view/viewshel.cxx12
1 files changed, 0 insertions, 12 deletions
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;
-}