summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/rtftok/rtfdocumentimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/rtftok/rtfdocumentimpl.hxx')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.hxx b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
index d6216f48ee6d..76752d7e42bf 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
@@ -163,6 +163,7 @@ namespace writerfilter {
DESTINATION_MEQARR,
DESTINATION_UPR,
DESTINATION_LFOLEVEL,
+ DESTINATION_BACKGROUND,
};
enum RTFBorderState
@@ -399,6 +400,9 @@ namespace writerfilter {
/// If we're inside a \listpicture group.
bool bInListpicture;
+
+ /// If we're inside a \background group.
+ bool bInBackground;
};
class RTFTokenizer;