diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:05:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:37:48 +0300 |
commit | 951ed199f1a47c02dad3dc899b9804b4574a151d (patch) | |
tree | d8f82a3afa345351ce6a4a206424c6f2bd2aed46 /framework/source/uielement/spinfieldtoolbarcontroller.cxx | |
parent | be616c26f990d651c752be201e29e2b89ba17f2a (diff) |
Kill superfluous vertical whitespace
Change-Id: Ia1bb2b40c74efb17e655dd6f00d7ba48c16c65ae
Diffstat (limited to 'framework/source/uielement/spinfieldtoolbarcontroller.cxx')
-rw-r--r-- | framework/source/uielement/spinfieldtoolbarcontroller.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/framework/source/uielement/spinfieldtoolbarcontroller.cxx b/framework/source/uielement/spinfieldtoolbarcontroller.cxx index 4332ab363a52..093a082ebf91 100644 --- a/framework/source/uielement/spinfieldtoolbarcontroller.cxx +++ b/framework/source/uielement/spinfieldtoolbarcontroller.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include <stdio.h> #include <wchar.h> @@ -51,8 +50,6 @@ using namespace ::com::sun::star::util; namespace framework { - - // Wrapper class to notify controller about events from combobox. // Unfortunaltly the events are notifed through virtual methods instead // of Listeners. @@ -171,8 +168,6 @@ bool SpinfieldControl::PreNotify( NotifyEvent& rNEvt ) return nRet; } - - SpinfieldToolbarController::SpinfieldToolbarController( const Reference< XComponentContext >& rxContext, const Reference< XFrame >& rFrame, @@ -201,14 +196,10 @@ SpinfieldToolbarController::SpinfieldToolbarController( m_pToolbar->SetItemWindow( m_nID, m_pSpinfieldControl ); } - - SpinfieldToolbarController::~SpinfieldToolbarController() { } - - void SAL_CALL SpinfieldToolbarController::dispose() throw ( RuntimeException, std::exception ) { @@ -222,7 +213,6 @@ throw ( RuntimeException, std::exception ) m_pSpinfieldControl = 0; } - Sequence<PropertyValue> SpinfieldToolbarController::getExecuteArgs(sal_Int16 KeyModifier) const { Sequence<PropertyValue> aArgs( 2 ); @@ -239,8 +229,6 @@ Sequence<PropertyValue> SpinfieldToolbarController::getExecuteArgs(sal_Int16 Key return aArgs; } - - void SpinfieldToolbarController::Up() { double nValue = m_nValue + m_nStep; @@ -336,8 +324,6 @@ bool SpinfieldToolbarController::PreNotify( NotifyEvent& rNEvt ) return false; } - - void SpinfieldToolbarController::executeControlCommand( const ::com::sun::star::frame::ControlCommand& rControlCommand ) { OUString aValue; |