summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/attributeoutputbase.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-03-31 09:54:25 +0200
committerMiklos Vajna <vmiklos@collabora.com>2021-03-31 11:02:28 +0200
commit3db477fd0e6cfc4ff77b3c911ca4ab14fd980932 (patch)
tree88fb7cf427016cfd3ec47e750ec234dad73541ec /sw/source/filter/ww8/attributeoutputbase.hxx
parentc088d26578d1be352efa49bd164a8217627648de (diff)
tdf#140343 sw page rtl gutter margin: add DOCX filter
Map to <w:rtlGutter> inside <w:sectPr>. Change-Id: Iaa1d9da8c1585ec31c7cbe539f49643eb972c327 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113398 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/source/filter/ww8/attributeoutputbase.hxx')
-rw-r--r--sw/source/filter/ww8/attributeoutputbase.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/attributeoutputbase.hxx b/sw/source/filter/ww8/attributeoutputbase.hxx
index cea47b8e3c60..d85d58237d60 100644
--- a/sw/source/filter/ww8/attributeoutputbase.hxx
+++ b/sw/source/filter/ww8/attributeoutputbase.hxx
@@ -640,6 +640,9 @@ protected:
ww8::GridColsPtr GetGridCols( ww8::WW8TableNodeInfoInner::Pointer_t const & pTableTextNodeInfoInner );
ww8::WidthsPtr GetColumnWidths( ww8::WW8TableNodeInfoInner::Pointer_t const & pTableTextNodeInfoInner );
+ /// RES_RTL_GUTTER
+ virtual void SectionRtlGutter(const SfxBoolItem& /*rRtlGutter*/) {}
+
public:
AttributeOutputBase(const OUString& sBaseURL)
: m_sBaseURL(sBaseURL)