From b00c73f9338a1bc0d4698f14383c4a5f9dbd78b6 Mon Sep 17 00:00:00 2001 From: PriyankaGaikwad Date: Fri, 15 Nov 2013 15:27:54 +0530 Subject: Fixed for spacing between lines having lineRule "auto" is getting preserved Problem Desciption: In "w:spacing" value of "w:lineRule" attribute value is not getting is preserved. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/6675 Change-Id: Ie9c99864bd5a198af94c1d251666bcb3427d955a --- sw/qa/extras/ooxmlexport/data/table_lineRule.docx | Bin 0 -> 13998 bytes sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100644 sw/qa/extras/ooxmlexport/data/table_lineRule.docx (limited to 'sw/qa') diff --git a/sw/qa/extras/ooxmlexport/data/table_lineRule.docx b/sw/qa/extras/ooxmlexport/data/table_lineRule.docx new file mode 100644 index 000000000000..d1d47ff24069 Binary files /dev/null and b/sw/qa/extras/ooxmlexport/data/table_lineRule.docx differ diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx index 7c5738f30ea8..459d615b0dce 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx @@ -1888,6 +1888,12 @@ DECLARE_OOXML_TEST(testFootnoteParagraphTag, "testFootnote.docx") assertXPath(pXmlFootnotes, "/w:footnotes/w:footnote[3]/w:p/w:r/w:rPr/w:rStyle","val","Footnotereference"); } +DECLARE_OOXML_TEST(testSpacingLineRule,"table_lineRule.docx") +{ + xmlDocPtr pXmlDoc = parseExport("word/document.xml"); + assertXPath(pXmlDoc, "/w:document/w:body/w:tbl/w:tr[1]/w:tc[1]/w:p/w:pPr/w:spacing", "lineRule", "auto"); +} + #endif CPPUNIT_PLUGIN_IMPLEMENT(); -- cgit 6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/fpicker/AllLangMoTarget_fps.mk
AgeCommit message (Expand)Author
2017-07-21migrate to boost::gettextCaolán McNamara