summaryrefslogtreecommitdiffstats
path: root/kword/KWLoadingInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWLoadingInfo.cpp')
-rw-r--r--kword/KWLoadingInfo.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/kword/KWLoadingInfo.cpp b/kword/KWLoadingInfo.cpp
new file mode 100644
index 00000000..eb37dbc2
--- /dev/null
+++ b/kword/KWLoadingInfo.cpp
@@ -0,0 +1,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;
+}