summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/outlnvsh.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-20 09:56:07 +0200
committerNoel Grandin <noel@peralex.com>2015-03-23 09:42:23 +0200
commita46096884f5ab09d221694d40517628d85d25fc9 (patch)
treed9acdee8e1540ee2152c8a106f68a844fcae661f /sd/source/ui/view/outlnvsh.cxx
parent0339e648a8d4d78f8271af07965876fae81d1570 (diff)
loplugin:constantfunction: sd
Change-Id: I4313ecd06a4a55685d55830aa5cc15321848652e
Diffstat (limited to 'sd/source/ui/view/outlnvsh.cxx')
-rw-r--r--sd/source/ui/view/outlnvsh.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx
index 2aed1877775f..ccf68155f469 100644
--- a/sd/source/ui/view/outlnvsh.cxx
+++ b/sd/source/ui/view/outlnvsh.cxx
@@ -248,11 +248,6 @@ void OutlineViewShell::Paint(const Rectangle& rRect, ::sd::Window* pWin)
{
pOlView->Paint(rRect, pWin);
}
-
- if(HasCurrentFunction())
- {
- GetCurrentFunction()->Paint(rRect, pWin);
- }
}
void OutlineViewShell::ArrangeGUIElements ()
@@ -1098,7 +1093,6 @@ long OutlineViewShell::VirtHScrollHdl(ScrollBar* pHScroll)
pOutlinerView->Scroll(-nDelta, 0);
pOutlinerView->ShowCursor(false);
- pOlView->InvalidateSlideNumberArea();
return 0;
}
@@ -1122,8 +1116,6 @@ long OutlineViewShell::VirtVScrollHdl(ScrollBar* pVScroll)
pOutlinerView->Scroll(0, -nDelta);
pOutlinerView->ShowCursor(false);
- pOlView->InvalidateSlideNumberArea();
-
return 0;
}