Kaydet (Commit) 3acdfc0f authored tarafından Tsutomu Uchino's avatar Tsutomu Uchino

#i18109# pre-select the name in new style dialog

üst 6b4710c4
......@@ -494,6 +494,7 @@ void SfxManageStyleSheetPage::Reset( const SfxItemSet& /*rAttrSet*/ )
if ( sCmp != aName )
pStyle->SetName( aName );
aNameEd.SetText( aName );
aNameEd.SetSelection( Selection( SELECTION_MIN, SELECTION_MAX ) );
if ( aFollowLb.IsEnabled() )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment