выпиливание boost'a

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52920 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexey.Musinov
2013-12-06 11:24:44 +00:00
committed by Alexander Trofimov
parent a1e5297cb1
commit 9ea51f5678
402 changed files with 4971 additions and 4912 deletions

View File

@ -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));