diff options
author | Rich Wareham <rjw57@cam.ac.uk> | 2012-01-12 12:05:37 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-12 14:43:15 +0000 |
commit | 15fd86b9753cf201e7893618cb442ecc06c5385d (patch) | |
tree | 3f7040d4e176220b3c6ce5e1d73c0f0f04043ed4 /sdext/source/presenter/PresenterSlidePreview.hxx | |
parent | e198eea5a87bff84783bd038cf134e6ea3b764ad (diff) |
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
Diffstat (limited to 'sdext/source/presenter/PresenterSlidePreview.hxx')
-rw-r--r-- | sdext/source/presenter/PresenterSlidePreview.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sdext/source/presenter/PresenterSlidePreview.hxx b/sdext/source/presenter/PresenterSlidePreview.hxx index 57b9f9794b95..ae140f084b57 100644 --- a/sdext/source/presenter/PresenterSlidePreview.hxx +++ b/sdext/source/presenter/PresenterSlidePreview.hxx @@ -60,7 +60,6 @@ namespace { > PresenterSlidePreviewInterfaceBase; } - /** Static preview of a slide. Typically used for the preview of the next slide. This implementation shows a preview of the slide given to the @@ -81,7 +80,6 @@ public: virtual ~PresenterSlidePreview (void); virtual void SAL_CALL disposing (void); - // XResourceId virtual css::uno::Reference<css::drawing::framework::XResourceId> SAL_CALL getResourceId (void) @@ -104,18 +102,15 @@ public: virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent) throw (css::uno::RuntimeException); - // XPaintListener virtual void SAL_CALL windowPaint (const css::awt::PaintEvent& rEvent) throw (css::uno::RuntimeException); - // lang::XEventListener virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent) throw (css::uno::RuntimeException); - // XDrawView virtual void SAL_CALL setCurrentPage ( |