Corretti errori che impedivano compilazione!

git-svn-id: svn://10.65.10.50/trunk@1358 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1995-05-10 16:12:51 +00:00
parent 3e2309ae48
commit efc23f963c
4 changed files with 587 additions and 589 deletions

View File

@ -7,8 +7,7 @@
// @doc EXTERNAL
//
// @class THash_object | Classe per la definizione degli elementi di una tabella
hash. Ha come classe friend la classe <c TAssoc_array>
// @class THash_object | Classe per la definizione degli elementi di una tabella hash.
//
// @base public | TObject
class THash_object : public TObject

View File

@ -1,4 +1,4 @@
/* $Id: maskfld.h,v 1.28 1995-05-10 15:39:56 guy Exp $ */
/* $Id: maskfld.h,v 1.29 1995-05-10 16:12:43 guy Exp $ */
#ifndef __MASKFLD_H
#define __MASKFLD_H

View File

@ -560,13 +560,13 @@ TPrintrow & TPrintrow::put(const char *str, int position, int len)
}
break;
case 'B':
_currentstyle |= boldstyle;
_currentstyle = boldstyle;
break;
case 'I':
_currentstyle |= italicstyle;
_currentstyle = italicstyle;
break;
case 'U':
_currentstyle |= underlinedstyle;
_currentstyle = underlinedstyle;
break;
case 'R':
_currentstyle = normalstyle;

View File

@ -1,4 +1,4 @@
// $Id: relapp.cpp,v 1.55 1995-05-10 08:57:48 alex Exp $
// $Id: relapp.cpp,v 1.56 1995-05-10 16:12:51 guy Exp $
#include <mailbox.h>
#include <sheet.h>
#include <urldefid.h>
@ -654,11 +654,10 @@ bool TRelation_application::save(bool check_dirty)
if (!changed)
{
_mask->disable_starting_check();
enable_query(); // Abilita chiave 1 per rinumerazione manuale
enable_query(); // Abilita chiave 1 per rinumerazione manuale
}
else
changed_key = TRUE;
}
}
else
changed = FALSE;