Commit 81205e007b58199c31af6db762757d182a5737f0
1 parent
12b15911
Spell check
Showing
2 changed files
with
11 additions
and
1 deletions
ispell-words
| @@ -117,6 +117,7 @@ argJsonHelp | @@ -117,6 +117,7 @@ argJsonHelp | ||
| 117 | argJsonKey | 117 | argJsonKey |
| 118 | argJsonObject | 118 | argJsonObject |
| 119 | argKeepFilesOpen | 119 | argKeepFilesOpen |
| 120 | +argKeepFilesOpenThreshold | ||
| 120 | argKeepInlineImages | 121 | argKeepInlineImages |
| 121 | argLinearize | 122 | argLinearize |
| 122 | argLinearizePass | 123 | argLinearizePass |
| @@ -142,6 +143,7 @@ argPreserveUnreferencedResources | @@ -142,6 +143,7 @@ argPreserveUnreferencedResources | ||
| 142 | argProgress | 143 | argProgress |
| 143 | argQdf | 144 | argQdf |
| 144 | argRawStreamData | 145 | argRawStreamData |
| 146 | +argRemovePageLabels | ||
| 145 | argRotate | 147 | argRotate |
| 146 | args | 148 | args |
| 147 | argShowEncryption | 149 | argShowEncryption |
| @@ -688,6 +690,7 @@ fullname | @@ -688,6 +690,7 @@ fullname | ||
| 688 | fullpad | 690 | fullpad |
| 689 | func | 691 | func |
| 690 | fv | 692 | fv |
| 693 | +fvisibility | ||
| 691 | fweimer | 694 | fweimer |
| 692 | fwrite | 695 | fwrite |
| 693 | fx | 696 | fx |
| @@ -1450,6 +1453,7 @@ pdfs | @@ -1450,6 +1453,7 @@ pdfs | ||
| 1450 | pdh | 1453 | pdh |
| 1451 | pdlin | 1454 | pdlin |
| 1452 | pe | 1455 | pe |
| 1456 | +performant | ||
| 1453 | perl | 1457 | perl |
| 1454 | persistAcrossFinish | 1458 | persistAcrossFinish |
| 1455 | Pfeifle | 1459 | Pfeifle |
| @@ -2044,15 +2048,21 @@ Wconversion | @@ -2044,15 +2048,21 @@ Wconversion | ||
| 2044 | wcslen | 2048 | wcslen |
| 2045 | Weimer | 2049 | Weimer |
| 2046 | werror | 2050 | werror |
| 2051 | +wfilename | ||
| 2052 | +wfilenamep | ||
| 2047 | WFLAGS | 2053 | WFLAGS |
| 2054 | +wfopen | ||
| 2048 | whoami | 2055 | whoami |
| 2049 | WinAnsi | 2056 | WinAnsi |
| 2050 | winansi | 2057 | winansi |
| 2051 | WinAnsiEncoding | 2058 | WinAnsiEncoding |
| 2052 | wincrypt | 2059 | wincrypt |
| 2053 | WindowsCryptProvider | 2060 | WindowsCryptProvider |
| 2061 | +wlen | ||
| 2054 | wmain | 2062 | wmain |
| 2055 | wmatrix | 2063 | wmatrix |
| 2064 | +wmode | ||
| 2065 | +wmodep | ||
| 2056 | Wold | 2066 | Wold |
| 2057 | wrapInArray | 2067 | wrapInArray |
| 2058 | writeAppearance | 2068 | writeAppearance |
libqpdf/QPDF_Real.cc
| @@ -26,7 +26,7 @@ JSON | @@ -26,7 +26,7 @@ JSON | ||
| 26 | QPDF_Real::getJSON() | 26 | QPDF_Real::getJSON() |
| 27 | { | 27 | { |
| 28 | // While PDF allows .x or -.x, JSON does not. Rather than | 28 | // While PDF allows .x or -.x, JSON does not. Rather than |
| 29 | - // convering from string to double and back, just handle this as a | 29 | + // converting from string to double and back, just handle this as a |
| 30 | // special case for JSON. | 30 | // special case for JSON. |
| 31 | std::string result; | 31 | std::string result; |
| 32 | if (this->val.length() == 0) | 32 | if (this->val.length() == 0) |