Kaydet (Commit) a406bdc9 authored tarafından Caolán McNamara's avatar Caolán McNamara

merge duplicate blocks

Change-Id: I62e021b2ec7ac9df122389fd128f7a7770317a43
üst f9d3644d
...@@ -505,13 +505,7 @@ void SvxCharacterMap::init() ...@@ -505,13 +505,7 @@ void SvxCharacterMap::init()
m_pFavCharView[i]->SetLoseFocusHdl(LINK(this,SvxCharacterMap, LoseFocusHdl)); m_pFavCharView[i]->SetLoseFocusHdl(LINK(this,SvxCharacterMap, LoseFocusHdl));
} }
char buffer[100]; setCharName(90);
UErrorCode errorCode = U_ZERO_ERROR;;
/* get the character name */
u_charName((UChar32)90, U_UNICODE_CHAR_NAME, buffer, sizeof(buffer), &errorCode);
if (U_SUCCESS(errorCode))
m_pCharName->SetText(OUString::createFromAscii(buffer));
} }
bool SvxCharacterMap::isFavChar(const OUString& sTitle, const OUString& rFont) bool SvxCharacterMap::isFavChar(const OUString& sTitle, const OUString& rFont)
......
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