[Libreoffice-commits] .: sfx2/source

Christina Rossmanith crossmanith at kemper.freedesktop.org
Mon Mar 28 03:59:46 PDT 2011


 sfx2/source/view/ipclient.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 006ee93c81072a2af390c0b5b584a65524030061
Author: Christina Rossmanith <ChrRossmanith at web.de>
Date:   Mon Mar 28 12:59:18 2011 +0200

    Removed empty else if block

diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx
index 5026468..c840e0e 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 )


More information about the Libreoffice-commits mailing list