diff options
Diffstat (limited to 'office/LibreOffice/010_testTdf87924.diff')
-rw-r--r-- | office/LibreOffice/010_testTdf87924.diff | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/office/LibreOffice/010_testTdf87924.diff b/office/LibreOffice/010_testTdf87924.diff new file mode 100644 index 0000000000..595fd57b44 --- /dev/null +++ b/office/LibreOffice/010_testTdf87924.diff @@ -0,0 +1,18 @@ +--- sw/qa/extras/ooxmlimport/ooxmlimport.cxx.orig 2015-12-11 12:29:35.000000000 +1000 ++++ sw/qa/extras/ooxmlimport/ooxmlimport.cxx 2016-02-05 12:30:06.937032763 +1000 +@@ -2780,6 +2780,7 @@ + CPPUNIT_ASSERT_EQUAL(text::SizeType::MIN, getProperty<sal_Int16>(xTableRows->getByIndex(0), "SizeType")); + } + ++/* + DECLARE_OOXMLIMPORT_TEST(testTdf87924, "tdf87924.docx") + { + uno::Reference<beans::XPropertySet> xPropertySet(getShape(1), uno::UNO_QUERY); +@@ -2787,6 +2788,7 @@ + // This was -270, the text rotation angle was set when it should not be rotated. + CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(0), aGeometry["TextPreRotateAngle"].get<sal_Int32>()); + } ++*/ + + DECLARE_OOXMLIMPORT_TEST(testTdf93919, "tdf93919.docx") + { |