summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJoren De Cuyper <jorendc@libreoffice.org>2015-05-15 13:27:47 +0200
committerJoren De Cuyper <jorendc@libreoffice.org>2015-05-15 18:16:06 +0000
commit1e49e40c3694cd5750b65fc726b9684ae4185d4f (patch)
tree9da755471fb894a1905bbac91f5b90a67c448de0 /sw
parent33414c8bf7a4eb8fa912bc0062237637a8e05be2 (diff)
tdf#91064: Revert "tdf#89790 DOCX: saving LO version number in app.xml"
This reverts commit 480ca7434a330b2678f9ef287cffd6d9cf27bed5. Change-Id: I69a16425fc36979d49f409bbd7921495a22a35dc Reviewed-on: https://gerrit.libreoffice.org/15737 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/data/tdf89790.docxbin4673 -> 0 bytes
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport5.cxx7
2 files changed, 0 insertions, 7 deletions
diff --git a/sw/qa/extras/ooxmlexport/data/tdf89790.docx b/sw/qa/extras/ooxmlexport/data/tdf89790.docx
deleted file mode 100644
index 180951e854e9..000000000000
--- a/sw/qa/extras/ooxmlexport/data/tdf89790.docx
+++ /dev/null
Binary files differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
index 07ba2ae577c0..4cf50c9433e9 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
@@ -797,13 +797,6 @@ DECLARE_OOXMLEXPORT_TEST(testSectionHeader, "sectionprot.odt")
}
}
-DECLARE_OOXMLEXPORT_TEST(testTdf89790, "tdf89790.docx")
-{
- if (xmlDocPtr pXmlDoc = parseExport("docProps/app.xml"))
-
- assertXPath(pXmlDoc, "/extended-properties:Properties/extended-properties:AppVersion");
-}
-
CPPUNIT_PLUGIN_IMPLEMENT();
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */