Commit 7b3f7d2b authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

(1.0.0.77) if no textunicode

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53924 954022d7-b5bf-4e40-9824-e11837661b57
parent a1e0ed7c
......@@ -963,6 +963,9 @@ namespace NSHtmlRenderer
if (NULL != bsGid)
m_bIsGids = true;
if (!bsText)
bsText = bsGid;
m_oSmartText.CommandText(bsText, bsGid, x, y, width, height, bIsDumpFont, this);
return;
}
......@@ -1461,19 +1464,19 @@ namespace NSHtmlRenderer
_file.CreateFile(m_strDstDirectoryFiles + _T("\\document.js"));
CStringA sDstLen = "";
#ifdef _DEBUG
sDstLen.Format("window[\"document_base64\"] = \"%d;", lSizeAll);
#else
//#ifdef _DEBUG
//sDstLen.Format("window[\"document_base64\"] = \"%d;", lSizeAll);
//#else
sDstLen.Format("%d;", lSizeAll);
#endif
//#endif
_file.WriteFile((void*)sDstLen.GetBuffer(), sDstLen.GetLength());
_file.WriteFile((void*)pOutput, nOutputLen);
#ifdef _DEBUG
sDstLen = "\";";
_file.WriteFile((void*)sDstLen.GetBuffer(), sDstLen.GetLength());
#endif
//#ifdef _DEBUG
//sDstLen = "\";";
//_file.WriteFile((void*)sDstLen.GetBuffer(), sDstLen.GetLength());
//#endif
_file.CloseFile();
......
......@@ -2,6 +2,6 @@
//1
//0
//0
//76
#define INTVER 1,0,0,76
#define STRVER "1,0,0,76\0"
//77
#define INTVER 1,0,0,77
#define STRVER "1,0,0,77\0"
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