summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10ntools/source/xmlparse.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx
index 297b736dae22..f8faf8538089 100644
--- a/l10ntools/source/xmlparse.cxx
+++ b/l10ntools/source/xmlparse.cxx
@@ -1058,11 +1058,12 @@ icu::UnicodeString lcl_QuotRange(
bool lcl_isTag( const icu::UnicodeString& rString )
{
- static const int nSize = 14;
+ static const int nSize = 15;
static const icu::UnicodeString vTags[nSize] = {
"ahelp", "link", "item", "emph", "defaultinline",
"switchinline", "caseinline", "variable",
- "bookmark_value", "image", "embedvar", "alt", "sup", "sub" };
+ "bookmark_value", "image", "object",
+ "embedvar", "alt", "sup", "sub" };
for( int nIndex = 0; nIndex < nSize; ++nIndex )
{