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/PresenterPaneBase.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/PresenterPaneBase.hxx')
-rw-r--r-- | sdext/source/presenter/PresenterPaneBase.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sdext/source/presenter/PresenterPaneBase.hxx b/sdext/source/presenter/PresenterPaneBase.hxx index 3b3662393872..3ce321483aa4 100644 --- a/sdext/source/presenter/PresenterPaneBase.hxx +++ b/sdext/source/presenter/PresenterPaneBase.hxx @@ -50,7 +50,6 @@ namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; - namespace sdext { namespace presenter { class PresenterController; @@ -65,7 +64,6 @@ namespace { > PresenterPaneBaseInterfaceBase; } - /** Base class of the panes used by the presenter screen. Pane objects are stored in the PresenterPaneContainer. Sizes and positions are controlled by the PresenterWindowManager. Interactive positioning and @@ -98,7 +96,6 @@ public: virtual void SAL_CALL initialize (const css::uno::Sequence<css::uno::Any>& rArguments) throw (css::uno::Exception, css::uno::RuntimeException); - // XResourceId virtual css::uno::Reference<css::drawing::framework::XResourceId> SAL_CALL getResourceId (void) @@ -107,7 +104,6 @@ public: virtual sal_Bool SAL_CALL isAnchorOnly (void) throw (com::sun::star::uno::RuntimeException); - // XWindowListener virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent) @@ -122,13 +118,11 @@ public: virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent) throw (css::uno::RuntimeException); - // lang::XEventListener virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent) throw (css::uno::RuntimeException); - protected: ::rtl::Reference<PresenterController> mpPresenterController; css::uno::Reference<css::awt::XWindow> mxParentWindow; |