summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8attributeoutput.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8attributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/ww8attributeoutput.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/ww8attributeoutput.hxx b/sw/source/filter/ww8/ww8attributeoutput.hxx
index cf47f534d9e6..d42c97511303 100644
--- a/sw/source/filter/ww8/ww8attributeoutput.hxx
+++ b/sw/source/filter/ww8/ww8attributeoutput.hxx
@@ -22,6 +22,7 @@
#include "attributeoutputbase.hxx"
#include "wrtww8.hxx"
+#include <editeng/boxitem.hxx>
class WW8AttributeOutput : public AttributeOutputBase
{
@@ -491,6 +492,11 @@ protected:
void TableCellBorders(
ww8::WW8TableNodeInfoInner::Pointer_t const & pTableTextNodeInfoInner );
+private:
+
+ editeng::WordPageMargins m_pageMargins;
+ bool m_bFromEdge = false;
+
};
#endif // INCLUDED_SW_SOURCE_FILTER_WW8_WW8ATTRIBUTEOUTPUT_HXX