coverity#1187666 Mixing enum types

they both have the same value, so it doesn't matter much

Change-Id: Ic001cd2824248db8577dc69e240c46ec09d023ae
This commit is contained in:
Caolán McNamara
2014-02-27 10:37:12 +00:00
parent 3bf6cd8a54
commit e1a4e44d08

View File

@@ -467,7 +467,7 @@ static sal_uInt32 checkConstValue(Options_Impl const & options,
{
switch (constValue1.m_type)
{
case RT_TYPE_INVALID:
case RT_TYPE_NONE:
break;
case RT_TYPE_BOOL:
if (constValue1.m_value.aBool != constValue2.m_value.aBool)