mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 22:01:45 +08:00
.
This commit is contained in:
@ -79,8 +79,9 @@ namespace DocFileFormat
|
||||
}
|
||||
}
|
||||
}
|
||||
StringTable( VirtualStreamReader *reader, int code_page_ ) : code_page(code_page_)
|
||||
StringTable( VirtualStreamReader *reader, int code_page_ )
|
||||
{
|
||||
code_page = code_page_;
|
||||
parse( reader, (unsigned int)reader->GetPosition(), 0, false );
|
||||
}
|
||||
StringTable( POLE::Stream* tableStream, unsigned int fc, unsigned int lcb, int nWordVersion, bool bReadExta = false)
|
||||
@ -204,8 +205,9 @@ namespace DocFileFormat
|
||||
template<class T> class StringTableEx : public StringTable<T>
|
||||
{
|
||||
public:
|
||||
StringTableEx(VirtualStreamReader *reader, int code_page_) : code_page(code_page_)
|
||||
StringTableEx(VirtualStreamReader *reader, int code_page_)
|
||||
{
|
||||
code_page = code_page_;
|
||||
parse(reader, (unsigned int)reader->GetPosition(), 0, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user