mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 17:42:40 +08:00
исправлен проект - подключен "старый" DocxFormat (тот который с AVS - без вытирания буста)
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53593 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
4f5f69f8f9
commit
6138139c4e
12
ASCOfficeOdtFile/Source/Utility/Exception/UnitError.cpp
Normal file
12
ASCOfficeOdtFile/Source/Utility/Exception/UnitError.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
// auto inserted precompiled begin
|
||||
#include "precompiled_utility.h"
|
||||
// auto inserted precompiled end
|
||||
|
||||
#include "UnitError.h"
|
||||
|
||||
|
||||
UnitError::UnitError(const std::string& message)
|
||||
: log_invalid_argument(message)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user