Kaydet (Commit) ab6f04de authored tarafından Eike Rathke's avatar Eike Rathke

comment that the country entries are just placeholders

09f2f36 related, tdf#102357

Change-Id: I053853227d36dfd17da5914487a6aefe8af06f2d
üst d786606b
......@@ -57,6 +57,9 @@ ScXMLEditAttributeMap::Entry aEntries[] = {
{ XML_NAMESPACE_STYLE, "text-position", "CharEscapement", EE_CHAR_ESCAPEMENT, MID_ESC },
{ XML_NAMESPACE_STYLE, "text-position", "CharEscapementHeight", EE_CHAR_ESCAPEMENT, MID_ESC_HEIGHT },
{ XML_NAMESPACE_STYLE, "text-emphasize", "CharEmphasis", EE_CHAR_EMPHASISMARK, MID_EMPHASIS },
// The following 3 "country" entries are just placeholders for language,
// country, script and rfc-language-tag, which all map to CharLocale,
// EE_CHAR_LANGUAGE and MID_LANG_LOCALE and are handled individually.
{ XML_NAMESPACE_FO, "country", "CharLocale", EE_CHAR_LANGUAGE, MID_LANG_LOCALE },
{ XML_NAMESPACE_STYLE, "country-asian", "CharLocaleAsian", EE_CHAR_LANGUAGE_CJK, MID_LANG_LOCALE },
{ XML_NAMESPACE_STYLE, "country-complex", "CharLocaleComplex", EE_CHAR_LANGUAGE_CTL, MID_LANG_LOCALE },
......
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