1300130113021303130413051306
impl_throw(); } private void impl_throw() throws UndoFailedException { throw new UndoFailedException(); }
245246247248249250251252
{ m_component.setPropertyValue( m_propertyName, m_oldValue ); } catch ( com.sun.star.uno.Exception ex ) { throw new UndoFailedException( "", this, ex ); } }
257258259260261262263264
{ m_component.setPropertyValue( m_propertyName, m_newValue ); } catch ( com.sun.star.uno.Exception ex ) { throw new UndoFailedException( "", this, ex ); } }
1299130013011302130313041305