summaryrefslogtreecommitdiff
path: root/sw/inc/swtypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swtypes.hxx')
-rw-r--r--sw/inc/swtypes.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx
index b724fbdc3313..33b7876d4c6b 100644
--- a/sw/inc/swtypes.hxx
+++ b/sw/inc/swtypes.hxx
@@ -283,6 +283,13 @@ enum PrepareHint
PREP_END // END.
};
+enum FrameControlType
+{
+ PageBreak,
+ Header,
+ Footer
+};
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */