From a95d8aa36f76eb69b617f43eada2daf1745586d5 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 10 Jul 2015 14:51:10 +0000 Subject: [PATCH] TRUE -> true git-svn-id: svn://10.65.10.50/branches/R_10_00@23121 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- in/inlib01.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/in/inlib01.cpp b/in/inlib01.cpp index 3343749c1..326d9636f 100755 --- a/in/inlib01.cpp +++ b/in/inlib01.cpp @@ -1,5 +1,4 @@ #include -#include #include #include #include @@ -170,7 +169,7 @@ bool TIntra_mask::on_field_event(TOperable_field& o, TField_event e, long jolly) } } } - return TRUE; + return true; } TIntra_mask::TIntra_mask(const char* name) @@ -399,7 +398,7 @@ bool TGenerazione_mask::genera_riepiloghi() const long items = cur.items(); if (items > 0) { - TProgind pi(items, TR("Lettura movimenti intra..."), TRUE, TRUE); + TProgind pi(items, TR("Lettura movimenti intra..."), true, true); cur.freeze(); for (cur = 0; cur.pos() < items; ++cur) { @@ -427,7 +426,7 @@ bool TGenerazione_mask::genera_riepiloghi() const int riepiloghi = _riep.sort(); if (riepiloghi > 0) { - TProgind pi(riepiloghi, TR("Scrittura riepiloghi intra..."), false, TRUE); + TProgind pi(riepiloghi, TR("Scrittura riepiloghi intra..."), false, true); TLocalisamfile riep(LF_RIEPRETT); riep.put("TIPO", tipo); riep.put("ANNO", anno_r); @@ -464,7 +463,7 @@ bool TGenerazione_mask::genera_riepiloghi() } } - return TRUE; + return true; } TGenerazione_mask::TGenerazione_mask()