mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
выпиливание boost'a
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52920 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
a1e5297cb1
commit
9ea51f5678
@ -191,7 +191,7 @@ namespace DocFileFormat
|
||||
std::vector<WCHAR>* chpxChars = m_document->m_PieceTable->GetChars(fcChpxStart, fcChpxEnd, cp, m_document->WordDocumentStream);
|
||||
|
||||
#ifdef _DEBUG
|
||||
if (1)
|
||||
if (0)
|
||||
{
|
||||
ATLTRACE(L"fcBegin : %d, fcEnd : %d\n", fcChpxStart, fcChpxEnd);
|
||||
for (size_t j = 0; j < chpxChars->size(); ++j) ATLTRACE (L"%c", chpxChars->operator [](j));
|
||||
|
||||
Reference in New Issue
Block a user