mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 00:03:33 +08:00
DocxFormat - fix write bookmarks
This commit is contained in:
@ -536,11 +536,11 @@ bool COfficeFileFormatChecker::isOpenOfficeFormatFile(const std::wstring & fileN
|
||||
}
|
||||
else if ( NULL != strstr((char*)pBuffer, ottFormatLine) )
|
||||
{
|
||||
nFileType = AVS_OFFICESTUDIO_FILE_PRESENTATION_OTT;
|
||||
nFileType = AVS_OFFICESTUDIO_FILE_DOCUMENT_OTT;
|
||||
}
|
||||
else if ( NULL != strstr((char*)pBuffer, otsFormatLine) )
|
||||
{
|
||||
nFileType = AVS_OFFICESTUDIO_FILE_PRESENTATION_OTS;
|
||||
nFileType = AVS_OFFICESTUDIO_FILE_SPREADSHEET_OTS;
|
||||
}
|
||||
else if ( NULL != strstr((char*)pBuffer, otpFormatLine) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user