Commit 9503bb27 authored by Oleg Korshul's avatar Oleg Korshul

.

parent 93d57177
...@@ -151,7 +151,7 @@ namespace NSDoctRenderer ...@@ -151,7 +151,7 @@ namespace NSDoctRenderer
if (nParams & 0x02) if (nParams & 0x02)
m_nSaveToPDFParams = 1; m_nSaveToPDFParams = 1;
m_bIsOnlyOnePage = (oNode.ReadValueInt("OnlyOnePage", 0) == 1) ? true : false; m_bIsOnlyOnePage = (oNode.ReadValueInt(L"OnlyOnePage", 0) == 1) ? true : false;
return true; return true;
} }
......
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