From 15fd86b9753cf201e7893618cb442ecc06c5385d Mon Sep 17 00:00:00 2001 From: Rich Wareham Date: Thu, 12 Jan 2012 12:05:37 +0000 Subject: sdext/source/presenter/*: remove extraneous vertical whitespace Replace 5 lines of vertical whitespace in sdext/source/presenter/* with a single line so that more can be seen on the screen at once. Fixes bug 44635 --- sdext/source/presenter/PresenterTimer.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sdext/source/presenter/PresenterTimer.hxx') diff --git a/sdext/source/presenter/PresenterTimer.hxx b/sdext/source/presenter/PresenterTimer.hxx index 601b27e5379e..f674a03f8e9c 100644 --- a/sdext/source/presenter/PresenterTimer.hxx +++ b/sdext/source/presenter/PresenterTimer.hxx @@ -76,8 +76,6 @@ public: static void CancelTask (const sal_Int32 nTaskId); }; - - typedef cppu::WeakComponentImplHelper1< css::awt::XCallback > PresenterClockTimerInterfaceBase; @@ -126,10 +124,6 @@ private: void CheckCurrentTime (const TimeValue& rCurrentTime); }; - - - - } } // end of namespace ::sdext::presenter #endif -- cgit