Commit 4fd9649a authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

правки для нового сборщика и мейлмерджа

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62620 954022d7-b5bf-4e40-9824-e11837661b57
parent d92c01c2
This diff is collapsed.
......@@ -40,6 +40,7 @@ namespace NSDoctRenderer
int m_nCountChangesItems;
std::wstring m_strMailMergeDatabasePath;
std::wstring m_strMailMergeField;
int m_nMailMergeIndexStart;
int m_nMailMergeIndexEnd;
......@@ -80,7 +81,7 @@ namespace NSDoctRenderer
bool Execute(const std::wstring& strXml, std::wstring& strError);
private:
bool ExecuteScript(const std::string& strScript, std::wstring& strError);
bool ExecuteScript(const std::string& strScript, std::wstring& strError, std::wstring& sReturnParams);
std::string ReadScriptFile(const std::wstring& strFile);
};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment