to get together

This commit is contained in:
Kulikova Svetlana
2020-10-20 09:45:27 +03:00
parent f303a8d5e0
commit bb516d11cd
3 changed files with 1 additions and 15 deletions

View File

@ -44,7 +44,6 @@
namespace NSDoctRenderer
{
/*
void ParseStringAsInts(const std::string& s, std::vector<int>& arr)
{
const char* data = s.c_str();
@ -74,7 +73,6 @@ namespace NSDoctRenderer
if (cur > curOld)
arr.push_back(valCur);
}
*/
class CExecuteParams
{
@ -135,7 +133,6 @@ namespace NSDoctRenderer
}
public:
/*
bool FromXml(const std::wstring& strXml)
{
XmlUtils::CXmlNode oNode;
@ -198,11 +195,9 @@ namespace NSDoctRenderer
return true;
}
*/
};
}
/*
namespace NSDoctRenderer
{
std::wstring string_replaceAll(std::wstring str, const std::wstring& from, const std::wstring& to)
@ -216,11 +211,9 @@ namespace NSDoctRenderer
return str;
}
}
*/
namespace NSDoctRenderer
{
/*
static void string_replace(std::wstring& text, const std::wstring& replaceFrom, const std::wstring& replaceTo)
{
size_t posn = 0;
@ -238,7 +231,6 @@ namespace NSDoctRenderer
string_replace(text, L">", L"&gt;");
string_replace(text, L"\"", L"&quot;");
}
*/
class CDoctRenderer_Private
{
@ -623,7 +615,6 @@ namespace NSDoctRenderer
return bIsBreak;
}
/*
bool ExecuteScript(const std::string& strScript, const std::wstring& sCachePath, std::wstring& strError, std::wstring& strReturnParams)
{
LOGGER_SPEED_START
@ -961,10 +952,8 @@ namespace NSDoctRenderer
RELEASEARRAYOBJECTS(pData);
return sReturn;
}
*/
};
/*
CDoctrenderer::CDoctrenderer(const std::wstring& sAllFontsPath)
{
m_pInternal = new CDoctRenderer_Private(sAllFontsPath);
@ -1116,7 +1105,6 @@ namespace NSDoctRenderer
{
return m_pInternal->m_arImagesInChanges;
}
*/
}
bool Doct_renderer_SaveFile_ForBuilder(int nFormat, const std::wstring& strDstFile,

View File

@ -54,7 +54,6 @@ namespace NSDoctRenderer
}
}
/*
namespace NSDoctRenderer
{
class CDoctRenderer_Private;
@ -73,6 +72,5 @@ namespace NSDoctRenderer
CDoctRenderer_Private* m_pInternal;
};
}
*/
#endif // DOCTRENDERER_H