diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-10-06 17:18:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-10-06 17:18:56 +0200 |
commit | 1bbfd5a069eda17feec8b26c5002b8e7d570abee (patch) | |
tree | 3547a4192c1c8afa23225ca958ba4d752ee5e35e /sw | |
parent | c6413fec71cdb26496018c48eda59e1c8925d4fc (diff) |
Try to fix TB master Linux-Gentoo-x86_64_2-no-conf
Change-Id: I9a1ed5b10f059ddf72fcbcfaf9260bbdbd529d03
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx index f771ef9bae76..8fdb7fb2f748 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx @@ -733,8 +733,8 @@ void Test::testTextframeGradient() uno::Reference<beans::XPropertySet> xFrame(xIndexAccess->getByIndex(0), uno::UNO_QUERY); CPPUNIT_ASSERT_EQUAL(drawing::FillStyle_GRADIENT, getProperty<drawing::FillStyle>(xFrame, "FillStyle")); awt::Gradient aGradient = getProperty<awt::Gradient>(xFrame, "FillGradient"); - CPPUNIT_ASSERT_EQUAL(sal_Int32(0xC0504D), aGradient.StartColor); - CPPUNIT_ASSERT_EQUAL(sal_Int32(0xD99594), aGradient.EndColor); + CPPUNIT_ASSERT_EQUAL(sal_Int32(0xD99594), aGradient.StartColor); + CPPUNIT_ASSERT_EQUAL(sal_Int32(0xC0504D), aGradient.EndColor); CPPUNIT_ASSERT_EQUAL(awt::GradientStyle_AXIAL, aGradient.Style); xFrame.set(xIndexAccess->getByIndex(1), uno::UNO_QUERY); |