diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-16 19:11:44 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-01-17 08:56:07 +0100 |
commit | 90b152881e398ef1493130c3fb08bf646fbb807d (patch) | |
tree | 1f1b2d161eb672cdec7962bc824e1e5e49214f17 /sc/source/ui/view/tabview.cxx | |
parent | 9bcc3c85b602a009277d170a7d1544fba2254a3f (diff) |
Remove some dead code in 'view'
Diffstat (limited to 'sc/source/ui/view/tabview.cxx')
-rw-r--r-- | sc/source/ui/view/tabview.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx index 8e789bd4ee2a..7e1ab1f07179 100644 --- a/sc/source/ui/view/tabview.cxx +++ b/sc/source/ui/view/tabview.cxx @@ -373,7 +373,6 @@ void ScTabView::ResetTimer() IMPL_LINK( ScTabView, TimerHdl, Timer*, EMPTYARG ) { -// aScrollTimer.Stop(); if (pTimerWindow) pTimerWindow->MouseMove( aTimerMEvt ); |