diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-07 16:34:47 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-07 16:34:54 +0900 |
| commit | c7c1795c817c1f7b89046c6d9f24379143f0bf6b (patch) | |
| tree | f5d66b8f889ec7fdf57d8f6e51ee859cfa5d90f3 /kviewshell/plugins/djvu/libdjvu/DjVuDocEditor.cpp | |
| parent | fe0f8cd399c699103839eeba59df93feed3ca9ef (diff) | |
| download | tdegraphics-c7c1795c817c1f7b89046c6d9f24379143f0bf6b.tar.gz tdegraphics-c7c1795c817c1f7b89046c6d9f24379143f0bf6b.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kviewshell/plugins/djvu/libdjvu/DjVuDocEditor.cpp')
| -rw-r--r-- | kviewshell/plugins/djvu/libdjvu/DjVuDocEditor.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kviewshell/plugins/djvu/libdjvu/DjVuDocEditor.cpp b/kviewshell/plugins/djvu/libdjvu/DjVuDocEditor.cpp index 1c6a3445..25eac90c 100644 --- a/kviewshell/plugins/djvu/libdjvu/DjVuDocEditor.cpp +++ b/kviewshell/plugins/djvu/libdjvu/DjVuDocEditor.cpp @@ -519,8 +519,8 @@ DjVuDocEditor::insert_file(const GURL &file_url, const GUTF8String &parent_id, // // Also, if a name is in name2id, we will not insert that file again. // - // Will return TRUE if the file has been successfully inserted. - // FALSE, if the file contains NDIR chunk and has been skipped. + // Will return true if the file has been successfully inserted. + // false, if the file contains NDIR chunk and has been skipped. bool DjVuDocEditor::insert_file(const GURL &file_url, bool is_page, int & file_pos, GMap<GUTF8String, GUTF8String> & name2id, @@ -968,7 +968,7 @@ DjVuDocEditor::remove_file(const GUTF8String &id, bool remove_unref, // If will also remove all INCL chunks in parent files pointing // to this one // - // Finally, if remove_unref is TRUE, we will go down the files + // Finally, if remove_unref is true, we will go down the files // hierarchy removing every file, which becomes unreferenced. // // ref_map will be used to find out list of parents referencing |
