Kaydet (Commit) 3fd01d00 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

fdo#60896: Double click in Special Characters picker inserts nothing

Change-Id: I9957d720231b3f2ff8e7869c7133fd8e29550e1f
üst 35794745
......@@ -502,6 +502,11 @@ IMPL_LINK_NOARG(SvxCharacterMap, SubsetSelectHdl)
IMPL_LINK_NOARG(SvxCharacterMap, CharDoubleClickHdl)
{
if (bOne)
{
sal_UCS4 cChar = m_pShowSet->GetSelectCharacter();
m_pShowText->SetText(OUString(&cChar, 1));
}
EndDialog( sal_True );
return 0;
}
......
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