diff options
author | Christina Rossmanith <ChrRossmanith@web.de> | 2011-03-28 12:59:18 +0200 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-03-28 12:59:38 +0200 |
commit | 57114974c53a98cd09da41e577a7c3349a2e9aec (patch) | |
tree | 078c30480b3c0ec625a8bd4ffb59dbbff3bad334 | |
parent | a80b9d4b622d672c95800c6a3d4b46b0ef5ecfa4 (diff) |
Removed empty else if block
-rwxr-xr-x | sfx2/source/view/ipclient.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx index 689c71df9f04..bcbb1e349058 100755 --- a/sfx2/source/view/ipclient.cxx +++ b/sfx2/source/view/ipclient.cxx @@ -197,9 +197,6 @@ throw (::com::sun::star::uno::RuntimeException) xDocument = m_pClient->GetViewShell()->GetObjectShell()->GetModel(); SfxObjectShell::SetCurrentComponent( xDocument ); } - else if ( m_pClient && nNewState == embed::EmbedStates::UI_ACTIVE ) - { - } } void SAL_CALL SfxInPlaceClient_Impl::notifyEvent( const document::EventObject& aEvent ) throw( uno::RuntimeException ) |