mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-21 02:22:41 +08:00
fix 5.1.3 after used icu6 (#73)
This commit is contained in:
committed by
Alexey Golubev
parent
48a1f01220
commit
c517b3ac19
@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user