[Libreoffice-commits] core.git: sfx2/source
Tsutomu Uchino
hanya at apache.org
Wed Jan 8 02:24:09 PST 2014
sfx2/source/dialog/mgetempl.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 55e5c0faafbc3c4f503722000912ec7a022d98db
Author: Tsutomu Uchino <hanya at apache.org>
Date: Wed Jan 8 08:11:15 2014 +0000
Resolves: #i18109# pre-select the name in new style dialog
(cherry picked from commit 3acdfc0f4c1f30c9030361e51c13d19556ea816f)
Conflicts:
sfx2/source/dialog/mgetempl.cxx
Change-Id: I61faf0195d8ee8976e85bcf1a49561eeebc72b39
diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx
index 5462100..b087613 100644
--- a/sfx2/source/dialog/mgetempl.cxx
+++ b/sfx2/source/dialog/mgetempl.cxx
@@ -416,6 +416,7 @@ void SfxManageStyleSheetPage::Reset( const SfxItemSet& /*rAttrSet*/ )
if ( sCmp != aName )
pStyle->SetName( aName );
m_pNameRw->SetText( aName );
+ m_pNameRw->SetSelection( Selection( SELECTION_MIN, SELECTION_MAX ) );
if ( m_pFollowLb->IsEnabled() )
{
More information about the Libreoffice-commits
mailing list