summaryrefslogtreecommitdiffstats
path: root/kword/KWLoadingInfo.cpp
blob: eb37dbc2fecdfc5c8cf96f4cc7dfa05d57606ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "KWLoadingInfo.h"
#include "KWFrame.h"

KWLoadingInfo::KWLoadingInfo()
{
    columns.columns = 1;
    // columns.ptColumnSpacing must be initialized by KWDocument

    hf.header = HF_SAME;
    hf.footer = HF_SAME;
    hf.ptHeaderBodySpacing = 10.0;
    hf.ptFooterBodySpacing = 10.0;
    hf.ptFootNoteBodySpacing = 10.0;
}