diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-09-26 20:39:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-09-26 21:36:28 +0200 |
commit | 0dee0bdaea1ddfb72cf84b81dda0e9ff2fc58159 (patch) | |
tree | 77149f3bc755a7d9fc179e8df0ae8777aa9a38f9 /chart2 | |
parent | 92125d0d669671ca0fd21408b93f89d0e3cf860c (diff) |
Typo: *Transparanc*->*Transparenc*
Change-Id: Ia9325a397b89c09dac4b6c76e4a0521bbdbf5db5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122655
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/qa/extras/chart2import.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/qa/extras/chart2import.cxx b/chart2/qa/extras/chart2import.cxx index 0b0977a1ebd8..682f24febca0 100644 --- a/chart2/qa/extras/chart2import.cxx +++ b/chart2/qa/extras/chart2import.cxx @@ -69,7 +69,7 @@ public: void testODPChartSeries(); void testBnc864396(); void testBnc882383(); - void testTransparancyGradientValue(); + void testTransparencyGradientValue(); void testBnc889755(); void testSimpleStrictXLSX(); void testDelayedCellImport(); // chart range referencing content on later sheets @@ -165,7 +165,7 @@ public: CPPUNIT_TEST(testODPChartSeries); CPPUNIT_TEST(testBnc864396); CPPUNIT_TEST(testBnc882383); - CPPUNIT_TEST(testTransparancyGradientValue); + CPPUNIT_TEST(testTransparencyGradientValue); CPPUNIT_TEST(testBnc889755); CPPUNIT_TEST(testSimpleStrictXLSX); CPPUNIT_TEST(testDelayedCellImport); @@ -808,7 +808,7 @@ void Chart2ImportTest::testBnc882383() CPPUNIT_ASSERT(!sGradientName.isEmpty()); } -void Chart2ImportTest::testTransparancyGradientValue() +void Chart2ImportTest::testTransparencyGradientValue() { load(u"/chart2/qa/extras/data/xlsx/", "tdf128732.xlsx"); uno::Reference< chart2::XChartDocument > xChartDoc = getChartDocFromSheet(0, mxComponent); |