INTEGRATION: CWS localisation02 (1.14.8); FILE MERGED
2005/11/04 14:13:07 gh 1.14.8.1: #i56740# workaround for OS2 error
This commit is contained in:
parent
bbe63ecd7e
commit
e12ddf3fe0
1 changed files with 5 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: tagtest.cxx,v $
|
||||
*
|
||||
* $Revision: 1.14 $
|
||||
* $Revision: 1.15 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2005-10-06 12:44:21 $
|
||||
* last change: $Author: obo $ $Date: 2005-11-15 19:17:44 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -436,15 +436,16 @@ BOOL TokenInfo::IsPropertyRelevant( const ByteString &aName, const String &aValu
|
|||
|
||||
BOOL TokenInfo::IsPropertyValueValid( const ByteString &aName, const String &aValue ) const
|
||||
{
|
||||
/* removed due to i56740
|
||||
if ( aTagName.EqualsAscii( "switchinline" ) && aName.Equals( "select" ) )
|
||||
{
|
||||
return aValue.EqualsAscii("sys") ||
|
||||
aValue.EqualsAscii("appl") ||
|
||||
aValue.EqualsAscii("distrib");
|
||||
}
|
||||
} */
|
||||
if ( aTagName.EqualsAscii( "caseinline" ) && aName.Equals( "select" ) )
|
||||
{
|
||||
return !aValue.EqualsAscii("OS2") &&
|
||||
return /*!aValue.EqualsAscii("OS2") && removed due to i56740 */
|
||||
!aValue.EqualsAscii("");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue