выпиливание 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

@ -287,7 +287,7 @@ namespace DocFileFormat
int OpenXmlPackage::RegisterDocument()
{
return this->AddPart( _T( "word" ), _T( "document.xml" ), WordprocessingMLContentTypes::MainDocument, _T( "" ) );
return AddPart( _T( "word" ), _T( "document.xml" ), WordprocessingMLContentTypes::MainDocument, _T( "" ) );
}
int OpenXmlPackage::RegisterFontTable()