From 19a053d3e6e3cfe1a4f1cbc34e52b3b8f0c70e06 Mon Sep 17 00:00:00 2001 From: cris Date: Tue, 10 Oct 2000 09:29:06 +0000 Subject: [PATCH] Patch level : Files correlati : Ricompilazione Demo : [ ] Commento : tolto controllo inutile stringa.ok() git-svn-id: svn://10.65.10.50/trunk@9243 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- at/at8500.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/at/at8500.cpp b/at/at8500.cpp index bf7ea9b70..5e2577679 100755 --- a/at/at8500.cpp +++ b/at/at8500.cpp @@ -222,7 +222,7 @@ void TIntegrita::header_sezione(const TString16 codsez, const TString16 codsot) intestazione << codsot; intestazione << " "; intestazione << densez; - if ((densot.ok())&& (densot.not_empty())) + if (densot.not_empty()) { intestazione << "/"; intestazione << densot; @@ -252,17 +252,17 @@ bool TIntegrita::set_print(int) const TString16 catqua = _msk->get(F_CAT4); const TString16 catqui = _msk->get(F_CAT5); const TString16 catses = _msk->get(F_CAT6); - if (catpri.not_empty() && catpri.ok()) + if (catpri.not_empty()) _categorie.add((const char*) catpri); - if (catsec.not_empty() && catsec.ok()) + if (catsec.not_empty()) _categorie.add((const char*) catsec); - if (catter.not_empty() && catter.ok()) + if (catter.not_empty()) _categorie.add((const char*) catter); - if (catqua.not_empty() && catqua.ok()) + if (catqua.not_empty()) _categorie.add((const char*) catqua); - if (catqui.not_empty() && catqui.ok()) + if (catqui.not_empty()) _categorie.add((const char*) catqui); - if (catses.not_empty() && catses.ok()) + if (catses.not_empty()) _categorie.add((const char*) catses); current_cursor()->set_filterfunction(filter_func_integrita); reset_print();