summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorChristina Rossmanith <ChrRossmanith@web.de>2011-03-28 12:59:18 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-28 12:59:38 +0200
commit57114974c53a98cd09da41e577a7c3349a2e9aec (patch)
tree078c30480b3c0ec625a8bd4ffb59dbbff3bad334 /sfx2
parenta80b9d4b622d672c95800c6a3d4b46b0ef5ecfa4 (diff)
Removed empty else if block
Diffstat (limited to 'sfx2')
-rwxr-xr-xsfx2/source/view/ipclient.cxx3
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 )