fix 5.1.3 after used icu6 (#73)

This commit is contained in:
Elena Subbotina
2018-04-17 13:59:21 +03:00
committed by Alexey Golubev
parent 48a1f01220
commit c517b3ac19

View File

@ -59,11 +59,11 @@ PropertyPtr PropertyFactory::ReadProperty(const unsigned int prop_type, XLS::CFS
return PropertyPtr(new PropertyCodePage(prop_type, value_type, stream));
default:
{
if (value_type == 0x001E)
/* if (value_type == 0x001E)
{
return PropertyPtr(new PropertyStr(prop_type, value_type, stream));
}
else if (value_type == 0x0003)
else */if (value_type == 0x0003)
{
return PropertyPtr(new PropertyInt(prop_type, value_type, stream));
}