From aa2eb6cb11db04dbff8c459f365c764ca15d2020 Mon Sep 17 00:00:00 2001 From: mtollari <mtollari@c028cbd2-c16b-5b4b-a496-9718f37d4682> Date: Wed, 11 Apr 2018 07:17:08 +0000 Subject: [PATCH] =?UTF-8?q?Patch=20level=20=20=20=20=20=20=20=20=20:=2012.?= =?UTF-8?q?0=20560=20Files=20correlati=20=20=20=20=20:=20sy=20Commento=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20=20:=20Tolte=20variabili=20aggiun?= =?UTF-8?q?te=20in=20precedenza=20e=20poi=20dimenticate,=20aggiunte=20dich?= =?UTF-8?q?iarazioni=20metodi,=20in=20release=20non=20compila,=20perch?= =?UTF-8?q?=C3=A8=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.65.10.50/branches/R_10_00@24458 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- src/include/sheet.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/include/sheet.h b/src/include/sheet.h index 68f5ef527..5e26abf8a 100755 --- a/src/include/sheet.h +++ b/src/include/sheet.h @@ -196,6 +196,10 @@ protected: // TSheet bool in_key(const TFieldref& fr) const; virtual bool get_cell_colors(int row, int col, COLOR& fore, COLOR& back) const; + // Mai state dichiarate, in realease non compila, da controllare + bool filter_dialog(); + bool update_dialog(); + // @access Public Member public: // TSheet @@ -204,9 +208,6 @@ public: // TSheet // @access Public Member public: - // Valori per modifiche bulk - TToken_string& get_update_val() { return _change_val; } - void set_update_val(TToken_string val) { _change_val = val; } // @cmember Ritorna il cursore TCursor* cursor() const