fix indentation

Change-Id: Ifda010d2a8f51c6981cac889bfaa1edaacd22df2
This commit is contained in:
Markus Mohrhard
2015-07-14 14:22:03 +02:00
parent b7f9a397fb
commit f2b218468f

View File

@@ -370,13 +370,13 @@ void OCommonEmbeddedObject::SwitchStateTo_Impl( sal_Int32 nNextState )
bool bOk = false; bool bOk = false;
if ( xContainerLM.is() ) if ( xContainerLM.is() )
bOk = m_pDocHolder->HideUI( xContainerLM ); bOk = m_pDocHolder->HideUI( xContainerLM );
if ( bOk ) if ( bOk )
{ {
m_nObjectState = nNextState; m_nObjectState = nNextState;
m_pDocHolder->ResizeHatchWindow(); m_pDocHolder->ResizeHatchWindow();
xInplaceClient->deactivatedUI(); xInplaceClient->deactivatedUI();
} }
else else
throw embed::WrongStateException(); //TODO: can't activate UI throw embed::WrongStateException(); //TODO: can't activate UI