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:
parent
3e2309ae48
commit
efc23f963c
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
@ -659,7 +659,6 @@ bool TRelation_application::save(bool check_dirty)
|
||||
else
|
||||
changed_key = TRUE;
|
||||
}
|
||||
}
|
||||
else
|
||||
changed = FALSE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user