fix indentation
Change-Id: Ifda010d2a8f51c6981cac889bfaa1edaacd22df2
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user