Kaydet (Commit) 9160e578 authored tarafından Rachit Gupta's avatar Rachit Gupta Kaydeden (comit) Jan Holesovsky

Minor fix: Own persona selected when user selects installed persona.

Change-Id: I5ecd9e3b4a9b878cf5aeb2ccce2e51b45ce9a70a
üst e653a1fd
......@@ -441,6 +441,8 @@ IMPL_LINK( SvxPersonalizationTabPage, DefaultPersona, PushButton*, pButton )
IMPL_LINK( SvxPersonalizationTabPage, SelectInstalledPersona, ListBox*, )
{
m_pOwnPersona->Check();
// Get the details of the selected theme.
m_pExtensionPersonaPreview->Show();
sal_Int32 nSelectedPos = m_pPersonaList->GetSelectEntryPos();
......
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