This commit is contained in:
ElenaSubbotina
2017-01-24 18:44:46 +03:00
parent c6ed59a742
commit dd1b9ca9be
43 changed files with 155 additions and 209 deletions

View File

@ -771,6 +771,7 @@ namespace DocFormatUtils
{
return (std::to_wstring(value));
}
static inline std::wstring DoubleToWideString(double value)
{
std::wstringstream src;