fix indentation
Change-Id: Ifda010d2a8f51c6981cac889bfaa1edaacd22df2
This commit is contained in:
parent
b7f9a397fb
commit
f2b218468f
@ -370,13 +370,13 @@ void OCommonEmbeddedObject::SwitchStateTo_Impl( sal_Int32 nNextState )
|
||||
|
||||
bool bOk = false;
|
||||
if ( xContainerLM.is() )
|
||||
bOk = m_pDocHolder->HideUI( xContainerLM );
|
||||
bOk = m_pDocHolder->HideUI( xContainerLM );
|
||||
|
||||
if ( bOk )
|
||||
{
|
||||
m_nObjectState = nNextState;
|
||||
m_pDocHolder->ResizeHatchWindow();
|
||||
xInplaceClient->deactivatedUI();
|
||||
xInplaceClient->deactivatedUI();
|
||||
}
|
||||
else
|
||||
throw embed::WrongStateException(); //TODO: can't activate UI
|
||||
|
Loading…
x
Reference in New Issue
Block a user