l10ntools/source/xmlparse.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ab4f01412b833dc08f1d64a93addb7751d051af7 Author: Andras Timar <andras.ti...@collabora.com> Date: Mon Dec 2 13:03:59 2013 +0100 fdo#71056 add <sup> to list of inline help XML tags Change-Id: If0937bd571658e0f76a51e44dd3fa008f701f02e diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx index 13a9d8f..74f126d 100644 --- a/l10ntools/source/xmlparse.cxx +++ b/l10ntools/source/xmlparse.cxx @@ -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 ) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits