summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-03-18 08:07:33 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-03-18 08:08:30 +0100
commit710c3920c9a76d4d149d11455cf5a2b46cb32faf (patch)
tree8ad14c69d5e053a2b6f71dac57dd9196f14ce0ea /sw
parent86a32589e90ee983159fb5b2c6a594428ab7d422 (diff)
adapt CppunitTest_sw_ooxmlexport to 6820dec8903b182260340c638c35b5a5ca207a85
Change-Id: I718829fe4821f36a37b0503be18c56d1151abd9c
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 3b0728f08ef1..dd74ecc9e036 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -2727,7 +2727,7 @@ DECLARE_OOXMLEXPORT_TEST(test_FieldType, "99_Fields.docx")
// Checking for three field types (BIBLIOGRAPHY, BIDIOUTLINE, CITATION) in sequence
assertXPath(pXmlDoc, "/w:document[1]/w:body[1]/w:p[2]/w:r[2]/w:instrText[1]",1);
assertXPath(pXmlDoc, "/w:document[1]/w:body[1]/w:p[5]/w:r[2]/w:instrText[1]",1);
- assertXPath(pXmlDoc, "/w:document[1]/w:body[1]/w:p[6]/w:r[2]/w:instrText[1]",1);
+ assertXPath(pXmlDoc, "/w:document[1]/w:body[1]/w:sdt/w:sdtContent/w:p/w:r[2]/w:instrText[1]",1);
}
DECLARE_OOXMLEXPORT_TEST(testComboBoxControl, "combobox-control.docx")