890891892893894895896897898899900
{ if ( nNewState == com.sun.star.embed.EmbedStates.LOADED ) { EditorFrame aFrame = m_aEditorFrame; m_aEditorFrame = null; aFrame.dispose(); m_nObjectState = nNewState; } else // nNewState == ACTIVE { if ( m_aEditorFrame == null )
924925926927928929930931932933934
} else // nNewState == LOADED { EditorFrame aFrame = m_aEditorFrame; m_aEditorFrame = null; aFrame.dispose(); m_nObjectState = nNewState; } } } catch( com.sun.star.uno.Exception e )
869870871872873874875876877878879
903904905906907908909910911912913
870871872873874875876877878879880
904905906907908909910911912913914