fdo#71056 add <sup> to list of inline help XML tags
Change-Id: If0937bd571658e0f76a51e44dd3fa008f701f02e
This commit is contained in:
@@ -1106,11 +1106,11 @@ static icu::UnicodeString lcl_QuotRange(
|
||||
|
||||
static bool lcl_isTag( const icu::UnicodeString& rString )
|
||||
{
|
||||
static const int nSize = 12;
|
||||
static const int nSize = 13;
|
||||
static const icu::UnicodeString vTags[nSize] = {
|
||||
"ahelp", "link", "item", "emph", "defaultinline",
|
||||
"switchinline", "caseinline", "variable",
|
||||
"bookmark_value", "image", "embedvar", "alt" };
|
||||
"bookmark_value", "image", "embedvar", "alt", "sup" };
|
||||
|
||||
for( int nIndex = 0; nIndex < nSize; ++nIndex )
|
||||
{
|
||||
|
Reference in New Issue
Block a user