anagr.h Risolto conflittucolo inesistente

confapp.cpp Semplificata add di una stringa ad un array
form.cpp    Cambiata indentazione


git-svn-id: svn://10.65.10.50/trunk@5174 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1997-09-08 07:44:12 +00:00
parent e03113068a
commit f25c982655
3 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@
#define ANA_INDRF "INDRF"
#define ANA_CIVRF "CIVRF"
#define ANA_CAPRF "CAPRF"
#define ANA_SOGGNRES "SOGGNRES"
#define ANA_SOGGNRES "SOGGNRES"
#endif

View File

@ -20,10 +20,7 @@ bool TConfig_application::create()
if (arg[0] == '-')
continue;
else
{
TString* argp = new TString(arg);
_paragraphs.add(argp);
}
_paragraphs.add(arg);
}
user_create();

View File

@ -3978,11 +3978,14 @@ word TForm::set_footer(
void TForm::header_handler(TPrinter& p)
{
if (form().firstpage_is_lastpage()) {
if (form().firstpage_is_lastpage())
{
form().set_background(1, TRUE);
form().set_header(1, TRUE);
form().set_footer(0, FALSE);
} else {
}
else
{
const word page = form().page(p);
form().set_background(page, TRUE);
form().set_header(page, TRUE);