summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxexport.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-07-31 09:36:32 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-07-31 09:55:04 +0200
commit4a39475e355b256dc0a922d21b21e695aaa5577b (patch)
tree9bb8c1e1e4f941b870258e934406f0e52733cf86 /sw/source/filter/ww8/docxexport.hxx
parent75dd06b2d70f796bcb0fc3d2b736e9801cea2379 (diff)
DOCX export: handle exact end of paragraph w:sdt tags
Previously every paragraph SDT was closed immediately after the paragraph end. This commit adds support for having multiple paragraphs inside an SDT. A few testcases implicitly tested that such SDT's are lost on save, adjust the relevant XPath expressions now that this works. Change-Id: I07802b3e067600b087b7e0f9b2e7b3ba17c3379a
Diffstat (limited to 'sw/source/filter/ww8/docxexport.hxx')
-rw-r--r--sw/source/filter/ww8/docxexport.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/docxexport.hxx b/sw/source/filter/ww8/docxexport.hxx
index 9e2b6b7d1ecf..3cda882cad62 100644
--- a/sw/source/filter/ww8/docxexport.hxx
+++ b/sw/source/filter/ww8/docxexport.hxx
@@ -110,6 +110,9 @@ public:
/// Access to the attribute output class.
virtual AttributeOutputBase& AttrOutput() const SAL_OVERRIDE;
+ /// Access to the derived attribute output class.
+ virtual DocxAttributeOutput& DocxAttrOutput() const;
+
/// Access to the sections/headers/footres.
virtual MSWordSections& Sections() const SAL_OVERRIDE;