standardize comments in English

This commit is contained in:
Alexander Trofimov
2026-04-02 08:10:57 +03:00
parent b18715ae81
commit 10b2b0d3d0
950 changed files with 7092 additions and 7093 deletions

View File

@ -139,7 +139,7 @@ namespace DocFileFormat
else if (0x0F == icoBack) { cvBack = RGB2 (0x80, 0x80, 0x80); }
else if (0x10 == icoBack) { cvBack = RGB2 (0xC0, 0xC0, 0xC0); }
// .... если будут документы с такими цветовыми палитрами
// .... if there are documents with such color palettes
//if ((cvFore == 0) && (icoFore == 0x0) && (cvBack == 0) && (icoBack == 0x0) && (ipat == Automatic))
//{