summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.hxx
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2015-09-10 11:41:11 +0300
committerJustin Luth <justin_luth@sil.org>2015-10-19 04:35:55 +0000
commit664197d95becd516c3dac25a50439078ba61e051 (patch)
tree85199c219b30c973a1c151b360c490fcfd16bce3 /sw/source/filter/ww8/docxattributeoutput.hxx
parent51df957e1a40d2f3511345c1600c05dd35f34b6b (diff)
tdf#36117 .docx preserve page vertical alignment after RT
Change-Id: I90174f7a98e9bd01f45ee668f127356ff3e0e4ed Reviewed-on: https://gerrit.libreoffice.org/18481 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'sw/source/filter/ww8/docxattributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx
index 07e293aa389f..c2ed3795d4a2 100644
--- a/sw/source/filter/ww8/docxattributeoutput.hxx
+++ b/sw/source/filter/ww8/docxattributeoutput.hxx
@@ -290,6 +290,9 @@ public:
/// msword::ColumnBreak or msword::PageBreak
virtual void SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo = NULL ) override;
+ // preserve DOCX page vertical alignment
+ virtual void TextVerticalAdjustment( const drawing::TextVerticalAdjust ) SAL_OVERRIDE;
+
/// Start of the section properties.
virtual void StartSection() override;